37 calls to Drupal::service()

Action::__construct in drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php
Overrides Entity::__construct().
aggregator_refresh in drupal/core/modules/aggregator/aggregator.module
Checks a news feed for new items.
aggregator_remove in drupal/core/modules/aggregator/aggregator.module
Removes all items from a feed.
Block::__construct in drupal/core/modules/block/lib/Drupal/block/Plugin/Core/Entity/Block.php
Overrides \Drupal\Core\Config\Entity\ConfigEntityBase::__construct();
BulkDeleteTest::testDeleteFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
ComplexDataConstraint::__construct in drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php
Initializes the constraint with options.
config_admin_import_form_submit in drupal/core/modules/config/config.admin.inc
Form submission handler for config_admin_import_form().
config_admin_sync_form in drupal/core/modules/config/config.admin.inc
Helper function to construct the storage changes in a configuration synchronization form.
config_install_default_config in drupal/core/includes/config.inc
Installs the default configuration of a given extension.
drupal_language_initialize in drupal/core/includes/bootstrap.inc
Initializes all the defined language types and sets the default langcode.
EntityDisplay::__construct in drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityDisplay.php
Overrides Entity::__construct().
EntityFormDisplay::__construct in drupal/core/modules/entity/lib/Drupal/entity/Plugin/Core/Entity/EntityFormDisplay.php
Overrides Entity::__construct().
EntityQueryRelationshipTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php
Sets up Drupal unit test environment.
EntityQueryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Sets up Drupal unit test environment.
entity_reference_field_schema in drupal/core/modules/entity_reference/entity_reference.install
Implements hook_field_schema().
FeedStorageController::preDelete in drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php
Overrides Drupal\Core\Entity\DataBaseStorageController::preDelete().
Field::fieldInfo in drupal/core/modules/field/lib/Drupal/field/Field.php
Returns the field info service.
field_has_data in drupal/core/modules/field/field.module
Determines whether a field has any data.
field_purge_batch in drupal/core/modules/field/field.crud.inc
Purges a batch of deleted Field API data, instances, or fields.
FilterFormat::filters in drupal/core/modules/filter/lib/Drupal/filter/Plugin/Core/Entity/FilterFormat.php
Returns the collection of filter pugin instances or an individual plugin instance.
FloodTest::testCleanUp in drupal/core/modules/system/lib/Drupal/system/Tests/System/FloodTest.php
Test flood control mechanism clean-up.
FormController::__construct in drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php
Constructs a \Drupal\condition_test\FormController object.
image_get_info in drupal/core/includes/image.inc
Gets details about an image.
image_load in drupal/core/includes/image.inc
Loads an image file and returns an image object.
Locale::config in drupal/core/modules/locale/lib/Drupal/locale/Locale.php
Returns the locale configuration manager service.
ModuleHandler::uninstall in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Uninstalls a given list of disabled modules.
system_plugin_autocomplete in drupal/core/modules/system/system.module
Page callback: Autocompletes any plugin system tied to a plugin UI plugin.
user_login_authenticate_validate in drupal/core/modules/user/user.module
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID.
user_login_final_validate in drupal/core/modules/user/user.module
The final validation handler on the login form.
Views::analyzer in drupal/core/modules/views/lib/Drupal/views/Views.php
Returns the view analyzer.
Views::executableFactory in drupal/core/modules/views/lib/Drupal/views/Views.php
Returns the view executable factory service.
Views::pluginManager in drupal/core/modules/views/lib/Drupal/views/Views.php
Returns the plugin manager for a certain views plugin type.
Views::viewsData in drupal/core/modules/views/lib/Drupal/views/Views.php
Returns the views data service.
views_test_data_views_data in drupal/core/modules/views/tests/views_test_data/views_test_data.views.inc
Implements hook_views_data().
ViewTestData::importTestViews in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php
Imports test views from config.
_menu_navigation_links_rebuild in drupal/core/includes/menu.inc
Builds menu links for the items in the menu router.
_options_values_in_use in drupal/core/modules/options/options.module
Checks if a list of values are being used in actual field values.