Drupal Core APIs
Studying the DrupalKernel Object in Drupal
Request object
DrupalKernel object.
createFromRequest accepts a Request object for use in intializeSettings
Settings object.
Database static method
Kernel handle() does initializeSettings(Request $request) and boot()
DrupalKernel very important service container property, which holds all Drupal services, and notably the http_kernel service, which gives us
Old fashioned ...
GLOBAL $config variable and require statement for settings.php
a $databases array passed to a Database static method.
a $settings array passed to Settings object.
Tags
Making Database Updates Using hook_update_n in Drupal
drush ev 'print \Drupal::keyValue("system.schema")->get("crystalbit_entity_updates") . "\n";'
drush ev "\Drupal::keyValue('system.schema')->set('crystalbit_entity_updates', (int) 11102)";
Tags
Pagination
- Previous page
- Page 2
Recent content
-
2 hours 33 minutes ago
-
1 week 1 day ago
-
1 week 1 day ago
-
1 week 1 day ago
-
1 week 1 day ago
-
1 week 6 days ago
-
2 weeks 1 day ago
-
2 weeks 1 day ago
-
2 weeks 1 day ago
-
2 weeks 2 days ago