23 calls to Drupal::moduleHandler()

bootstrap_invoke_all in drupal/core/includes/bootstrap.inc
Invokes a bootstrap hook in all bootstrap modules that implement it.
drupal_flush_all_caches in drupal/core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
Field::delete in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php
Implements \Drupal\Core\Entity\EntityInterface::delete().
Field::getSchema in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php
Returns the field schema.
Field::getStorageDetails in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php
Returns information about how the storage backend stores the field data.
Field::saveNew in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php
Saves a new field definition.
Field::saveUpdated in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php
Saves an updated field definition.
FieldInstance::delete in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Overrides \Drupal\Core\Entity\Entity::delete().
FieldInstance::saveNew in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Saves a new field instance definition.
FieldInstance::saveUpdated in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Saves an updated field instance definition.
field_sync_field_status in drupal/core/modules/field/field.module
Refreshes the 'active' and 'storage[active]' values for fields.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
menu_local_tasks in drupal/core/includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
ModuleApiTest::testModuleImplements in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test module_implements() caching.
module_set_weight in drupal/core/includes/module.inc
Sets weight of a particular module.
OptionsWidgetBase::getOptions in drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php
Returns the array of options for the widget.
update_access_allowed in drupal/core/update.php
Determines if the current user is allowed to run update.php.
ViewExecutable::build in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Build the query for the view.
ViewExecutable::execute in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Execute the view's query.
ViewExecutable::render in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Render this view for a certain display.
views_invalidate_cache in drupal/core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.
ViewTestData::importTestViews in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php
Imports test views from config.
_drupal_maintenance_theme in drupal/core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.