You are here

379 calls to Drupal::service() in Zircon Profile 8.0

AccessPermissionTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessPermissionTest.php
Tests access on render caching.
AccessRoleTest::testRenderCaching in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests access on render caching.
Action::getPluginCollection in core/modules/system/src/Entity/Action.php
Encapsulates the creation of the action's LazyPluginCollection.
admin_toolbar_prerender_toolbar_administration_tray in modules/admin_toolbar/admin_toolbar.module
Renders the toolbar's administration tray. This is a clone of core's toolbar_prerender_toolbar_administration_tray() function, which uses setMaxDepth(4) instead of setTopLevelOnly()
ApcuBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php
Creates a cache backend to test.
AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/src/Tests/AssertConfigEntityImportTrait.php
Asserts that a config entity can be imported without changing it.
AssertContentTrait::assertThemeOutput in core/modules/simpletest/src/AssertContentTrait.php
Asserts themed output.
AssertViewsCacheTagsTrait::assertViewsCacheTags in core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
AssertViewsCacheTagsTrait::assertViewsCacheTagsFromStaticRenderArray in core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
AssetResolver::getJsAssets in core/lib/Drupal/Core/Asset/AssetResolver.php
Returns the JavaScript assets for the current response's libraries.
AttachedAssetsTest::testDynamicLibrary in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Dynamically defines an asset library and alters it.
AttachedAssetsTest::testLibraryAlter in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testLibraryNameConflicts in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests that multiple modules can implement libraries with the same name.
authorize.php in core/authorize.php
Administrative script for running authorized file operations.
automated_cron_form_system_cron_settings_alter in core/modules/automated_cron/automated_cron.module
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
BaseFieldDefinition::create in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Creates a new field definition.
BaseFieldOverride::preSave in core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php
Block::conditionPluginManager in core/modules/block/src/Entity/Block.php
Gets the condition plugin manager.
Block::getPluginCollection in core/modules/block/src/Entity/Block.php
Encapsulates the creation of the block's LazyPluginCollection.
BlockConfigSchemaTest::setUp in core/modules/block/src/Tests/BlockConfigSchemaTest.php
Performs setup tasks before each individual test method is run.
BlockTest::testUninstallTheme in core/modules/block/src/Tests/BlockTest.php
Tests that uninstalling a theme removes its block configuration.
BlockUiTest::testBlockAdminUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockViewBuilder::lazyBuilder in core/modules/block/src/BlockViewBuilder.php
#lazy_builder callback; builds a #pre_render-able block.
BookTest::testSaveBookLink in core/modules/book/src/Tests/BookTest.php
Tests that saveBookLink() returns something.
book_node_insert in core/modules/book/book.module
Implements hook_ENTITY_TYPE_insert() for node entities.
book_node_load in core/modules/book/book.module
Implements hook_ENTITY_TYPE_load() for node entities.
book_node_predelete in core/modules/book/book.module
Implements hook_ENTITY_TYPE_predelete() for node entities.
book_node_prepare_form in core/modules/book/book.module
Implements hook_ENTITY_TYPE_prepare_form() for node entities.
book_node_update in core/modules/book/book.module
Implements hook_ENTITY_TYPE_update() for node entities.
BulkDeleteTest::testDeleteField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that deleting a field leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and field definition.
CachedStorageTest::setUp in core/modules/config/src/Tests/Storage/CachedStorageTest.php
Performs setup tasks before each individual test method is run.
CacheTagTest::getRenderCache in core/modules/views/src/Tests/Plugin/CacheTagTest.php
Gets the render cache for a given view.
CacheTagTest::testTagCaching in core/modules/views/src/Tests/Plugin/CacheTagTest.php
Tests the tag cache plugin.
CacheTest::testHeaderStorage in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheWebTest::testCacheOutputOnPage in core/modules/views/src/Tests/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
ChainedFastBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/ChainedFastBackendUnitTest.php
Creates a new instance of ChainedFastBackend.
CommandsTest::testAttachedSettings in core/modules/system/src/Tests/Ajax/CommandsTest.php
Regression test: Settings command exists regardless of JS aggregation.
CommentFieldNameTest::testCommentFieldName in core/modules/comment/src/Tests/Views/CommentFieldNameTest.php
Test comment field name.
CommentLinksTest::testLinkApprove in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment approve link.
CommentLinksTest::testLinkReply in core/modules/comment/src/Tests/Views/CommentLinksTest.php
Test the comment reply link.
CommentUserNameTest::testUsername in core/modules/comment/src/Tests/Views/CommentUserNameTest.php
Test the username formatter.
comment_entity_view in core/modules/comment/comment.module
Implements hook_entity_view().
ComplexDataConstraint::__construct in core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php
Initializes the constraint with options.
ConfigDependencyTest::testConfigEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testContentEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
ConfigDependencyTest::testDependencyManagement in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigDependencyTest::testNonEntity in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests that calculating dependencies for system module.
ConfigEntityBase::getConfigManager in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Gets the configuration manager.
ConfigEntityBase::getTypedConfig in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Gets the typed config manager.
ConfigEventsTest::testConfigEvents in core/modules/config/src/Tests/ConfigEventsTest.php
Tests configuration events.
ConfigExportImportUITest::testExportImportCollections in core/modules/config/src/Tests/ConfigExportImportUITest.php
Tests an export and import of collections.
ConfigImporter::reInjectMe in core/lib/Drupal/Core/Config/ConfigImporter.php
Gets all the service dependencies from \Drupal.
ConfigImporterTest::testSiteUuidValidate in core/modules/config/src/Tests/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/src/Tests/ConfigImportUITest.php
Tests verification of site UUID before importing configuration.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/modules/config/src/Tests/ConfigInstallTest.php
Tests collections which do not support config entities install correctly.
ConfigInstallTest::testCollectionInstallationCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallTest::testCollectionInstallationNoCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests that collections are ignored if the event does not return anything.
ConfigSchemaTest::testConfigSchemaInfoAlter in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests hook_config_schema_info_alter().
ConfigSingleImportExportTest::testImport in core/modules/config/src/Tests/ConfigSingleImportExportTest.php
Tests importing a single configuration file.
ConfigSnapshotTest::setUp in core/modules/config/src/Tests/ConfigSnapshotTest.php
Performs setup tasks before each individual test method is run.
ConfigTranslationContextualLink::mapperManager in core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php
Gets the mapper manager.
ConfigTranslationLocalTask::mapperManager in core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php
Gets the mapper manager.
ConnectionFailureTest::testConnectionFailureLogging in core/modules/dblog/src/Tests/ConnectionFailureTest.php
Tests logging of connection failures.
content_translation_entity_base_field_info in core/modules/content_translation/content_translation.module
Implements hook_entity_base_field_info().
content_translation_entity_presave in core/modules/content_translation/content_translation.module
Implements hook_entity_presave().
content_translation_language_fallback_candidates_entity_view_alter in core/modules/content_translation/content_translation.module
Implements hook_language_fallback_candidates_OPERATION_alter().
content_translation_views_data_alter in core/modules/content_translation/content_translation.module
Implements hook_views_data_alter().
ContextAwarePluginAssignmentTrait::contextHandler in core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php
Wraps the context handler.
ContextAwarePluginBase::contextHandler in core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php
Wraps the context handler.
ContextAwarePluginManagerTrait::contextHandler in core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php
Wraps the context handler.
ContextualLinks::contextualLinkManager in core/modules/contextual/src/Element/ContextualLinks.php
Wraps the contextual link manager.
CurrentThemeConditionTest::testCurrentTheme in core/modules/system/src/Tests/Condition/CurrentThemeConditionTest.php
Tests the current theme condition.
DateFormat::getTranslationElement in core/modules/config_translation/src/FormElement/DateFormat.php
Returns the translation form element for a given configuration definition.
DefaultConfigTest::testDefaultConfig in core/modules/config/src/Tests/DefaultConfigTest.php
Tests default configuration data type.
DefaultParser::parse in core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php
Parses feed data.
DrupalTest::testService in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the service() method.
drupal_classloader_register in core/includes/bootstrap.inc
Registers an additional namespace.
drupal_flush_all_caches in core/includes/common.inc
Flushes all persistent caches, resets all variables, and rebuilds all data structures.
drupal_install_config_directories in core/includes/install.inc
Creates the config directory and ensures it is operational.
drupal_install_system in core/includes/install.inc
Installs the system module.
drupal_rewrite_settings in core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
DummyReadOnlyStreamWrapper::getDirectoryPath in core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
Gets the path that the wrapper is responsible for.
DummyStreamWrapper::getDirectoryPath in core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
Gets the path that the wrapper is responsible for.
Editor::editorPluginManager in core/modules/editor/src/Entity/Editor.php
Returns the editor plugin manager.
Editor::getAttachments in core/modules/editor/src/Plugin/InPlaceEditor/Editor.php
Returns the attachments for this editor.
editor_form_filter_format_form_alter in core/modules/editor/editor.module
Implements hook_form_BASE_FORM_ID_alter() for 'filter_format_form'.
Element::getTypedDataManager in core/lib/Drupal/Core/Config/Schema/Element.php
Gets the typed configuration manager.
Entity::uuidGenerator in core/lib/Drupal/Core/Entity/Entity.php
Gets the UUID generator.
EntityDeleteForm::getConfigManager in core/lib/Drupal/Core/Entity/EntityDeleteForm.php
Gets the configuration manager.
EntityDisplayBase::__construct in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Constructs an Entity object.
EntityFormDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
Constructs an Entity object.
EntityQueryRelationshipTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Performs setup tasks before each individual test method is run.
EntityQueryTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Performs setup tasks before each individual test method is run.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceFieldTest::testReferencedEntitiesStringId in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests referencing entities with string IDs.
EntityReferenceItem::generateSampleValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Generates placeholder field values.
EntityValidationTest::testValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Tests validating test entity types.
EntityViewBuilderTest::testEntityViewBuilderCache in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Tests entity render cache handling.
EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php
Tests entity render cache with references.
EntityViewDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
Constructs an Entity object.
ExtensionDiscovery::scan in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Discovers available extensions of a given type.
ExtensionViewsFieldTest::testFileExtensionTarOption in core/modules/file/src/Tests/Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
ExternalFormUrlTest::testActionUrlBehavior in core/modules/system/src/Tests/Form/ExternalFormUrlTest.php
Tests form behaviour.
Feed::baseFieldDefinitions in core/modules/aggregator/src/Entity/Feed.php
Provides base field definitions for an entity type.
Feed::buildResponse in core/modules/views/src/Plugin/views/display/Feed.php
Builds up a response with the rendered view as content.
FieldConfig::preSave in core/modules/field/src/Entity/FieldConfig.php
Overrides \Drupal\Core\Entity\Entity::preSave().
FieldConfigBase::calculateDependencies in core/lib/Drupal/Core/Field/FieldConfigBase.php
Calculates dependencies and stores them in the dependency property.
FieldConfigBase::onDependencyRemoval in core/lib/Drupal/Core/Field/FieldConfigBase.php
Informs the entity that entities it depends on will be deleted.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldCustomTest::testFieldCustomTokens in core/modules/views/src/Tests/Handler/FieldCustomTest.php
Ensure that custom fields can use tokens.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity in core/modules/field/src/Tests/FieldDefinitionIntegrityTest.php
Tests the integrity of field plugin definitions.
FieldEntityTranslationTest::setUp in core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php
Sets up a Drupal site for running functional and integration tests.
FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/src/Tests/Handler/FieldFieldAccessTestBase.php
Checks views field access for a given entity type and field name.
FieldFieldTest::testComplexRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests the output of a view with complex field configuration.
FieldGroupRowsTest::testGroupRows in core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php
Testing the "Grouped rows" functionality.
FieldKernelTest::testArgumentTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the arguments tokens on field level.
FieldKernelTest::testFieldTokens in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the field tokens, row level and field level.
FieldKernelTest::testRender in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests that the render function is called.
FieldKernelTest::testRewrite in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests general rewriting of the output.
FieldKernelTest::_testEmptyText in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the usage of the empty text.
FieldKernelTest::_testHideIfEmpty in core/modules/views/src/Tests/Handler/FieldKernelTest.php
Tests the hide if empty functionality.
FieldPluginBase::getRenderer in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Returns the render API renderer.
FieldStorageConfig::getSettings in core/modules/field/src/Entity/FieldStorageConfig.php
Returns the storage settings.
FieldStorageConfig::preSave in core/modules/field/src/Entity/FieldStorageConfig.php
Overrides \Drupal\Core\Entity\Entity::preSave().
FieldStorageConfig::preSaveNew in core/modules/field/src/Entity/FieldStorageConfig.php
Prepares saving a new field definition.
FieldStorageCrudTest::testCreate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the creation of a field storage.
FieldTranslationSynchronizer::synchronizeFields in core/modules/content_translation/src/FieldTranslationSynchronizer.php
Performs field column synchronization on the given entity.
FieldTypePluginManagerTest::testCreateInstance in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests creation of field item instances.
FieldTypePluginManagerTest::testDefaultSettings in core/modules/field/src/Tests/FieldTypePluginManagerTest.php
Tests the default settings convenience methods.
FieldWebTest::testAlterUrl in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests rewriting the output to a link.
FieldWebTest::testTextRendering in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
field_field_config_presave in core/modules/field/field.module
Implements hook_ENTITY_TYPE_presave() for 'field_config'.
field_field_storage_config_update in core/modules/field/field.module
Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
field_post_update_entity_reference_handler_setting in core/modules/field/field.post_update.php
Fixes the 'handler' setting for entity reference fields.
field_update_8001 in core/modules/field/field.install
Removes the stale 'target_bundle' storage setting on entity_reference fields.
FileDenormalizeTest::testFileDenormalize in core/modules/hal/src/Tests/FileDenormalizeTest.php
Tests file entity denormalization.
FileNormalizeTest::setUp in core/modules/hal/src/Tests/FileNormalizeTest.php
Performs setup tasks before each individual test method is run.
file_validate_image_resolution in core/modules/file/file.module
Verifies that image dimensions are within the specified maximum and minimum.
file_validate_is_image in core/modules/file/file.module
Checks that the file is recognized as a valid image.
FilterFormat::filters in core/modules/filter/src/Entity/FilterFormat.php
Returns the ordered collection of filter plugin instances or an individual plugin instance.
FilterUnitTest::testAlignAndCaptionFilters in core/modules/filter/src/Tests/FilterUnitTest.php
Tests the combination of the align and caption filters.
FilterUnitTest::testCaptionFilter in core/modules/filter/src/Tests/FilterUnitTest.php
Tests the caption filter.
FloodTest::testDatabaseBackend in core/modules/system/src/Tests/System/FloodTest.php
Test flood control database backend.
FloodTest::testMemoryBackend in core/modules/system/src/Tests/System/FloodTest.php
Test flood control memory backend.
FormatDateTest::testFormatDate in core/modules/system/src/Tests/Common/FormatDateTest.php
Tests the format_date() function.
FormatterPluginManagerTest::testNotApplicableFallback in core/modules/field/src/Tests/FormatterPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
FormBase::getRequest in core/lib/Drupal/Core/Form/FormBase.php
Gets the request object.
FormCacheTest::testNoCacheToken in core/modules/system/src/Tests/Form/FormCacheTest.php
Tests the form cache without a logged-in user.
FormController::__construct in core/modules/system/tests/modules/condition_test/src/FormController.php
Constructs a \Drupal\condition_test\FormController object.
FormElement::processAutocomplete in core/lib/Drupal/Core/Render/Element/FormElement.php
Adds autocomplete functionality to elements.
forum_node_insert in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_insert() for node entities.
forum_node_predelete in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_predelete() for node entities.
forum_node_update in core/modules/forum/forum.module
Implements hook_ENTITY_TYPE_update() for node entities.
FrameworkTest::testLazyLoad in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testOrder in core/modules/system/src/Tests/Ajax/FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
HandlerFieldUserNameTest::testNoAdditionalFields in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
Tests that the field handler works when no additional fields are added.
HandlerFieldUserNameTest::testUserName in core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
hook_config_translation_info in core/modules/config_translation/config_translation.api.php
Introduce dynamic translation tabs for translation of configuration.
hook_render_template in core/lib/Drupal/Core/Render/theme.api.php
Render a template using the theme engine.
ImageStyle::getImageEffectPluginManager in core/modules/image/src/Entity/ImageStyle.php
Returns the image effect plugin manager.
InlineTemplate::preRenderInlineTemplate in core/lib/Drupal/Core/Render/Element/InlineTemplate.php
Renders a twig string directly.
InstallUninstallTest::assertInstallModuleUpdates in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Asserts the module post update functions after install.
InstallUninstallTest::assertUninstallModuleUpdates in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Asserts the module post update functions after uninstall.
install_bootstrap_full in core/includes/install.core.inc
Performs a full bootstrap of Drupal during installation.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_display_output in core/includes/install.core.inc
Displays themed installer output and ends the page request.
install_select_profile in core/includes/install.core.inc
Selects which profile to install.
install_verify_completed_task in core/includes/install.core.inc
Verifies and returns the last installation task that was completed.
install_verify_database_ready in core/includes/install.core.inc
Verify that the database is ready (no existing Drupal installation).
IntegrationTest::testAggregatorItemView in core/modules/aggregator/src/Tests/Views/IntegrationTest.php
Tests basic aggregator_item view.
KernelTestBase::enableModules in core/modules/simpletest/src/KernelTestBase.php
Enables modules for this test.
KernelTestBase::__get in core/tests/Drupal/KernelTests/KernelTestBase.php
BC: Automatically resolve former KernelTestBase class properties.
LanguageConfigFactoryOverride::installLanguageOverrides in core/modules/language/src/Config/LanguageConfigFactoryOverride.php
Installs available language configuration overrides for a given langcode.
LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that language can be enabled and overrides are created during a sync.
LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php
Tests that configuration events are not fired during a sync of overrides.
LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/modules/language/src/Tests/LanguageConfigSchemaTest.php
Tests whether the language config schema is valid.
language_modules_installed in core/modules/language/language.module
Implements hook_modules_installed().
Link::preRenderLink in core/lib/Drupal/Core/Render/Element/Link.php
Pre-render callback: Renders a link into #markup.
LinkGenerationTest::testHookLinkAlter in core/modules/system/src/Tests/Utility/LinkGenerationTest.php
Tests how hook_link_alter() can affect escaping of the link text.
LinkGeneratorTrait::getLinkGenerator in core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php
Returns the link generator.
LinksTest::setUp in core/modules/menu_link_content/src/Tests/LinksTest.php
Sets up a Drupal site for running functional and integration tests.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setUp in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Overrides WebTestBase::setUp() for update testing.
LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php
Tests that local actions/tasks are being converted into blocks.
LocalAwareRedirectResponseTrait::getRequestContext in core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php
Returns the request context.
Locale::config in core/modules/locale/src/Locale.php
Returns the locale configuration manager service.
LocaleConfigManagerTest::testGetStringTranslation in core/modules/locale/src/Tests/LocaleConfigManagerTest.php
Tests getStringTranslation().
LocaleConfigManagerTest::testHasTranslation in core/modules/locale/src/Tests/LocaleConfigManagerTest.php
Tests hasTranslation().
LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php
Test removing a string from Locale deletes configuration translations.
LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php
Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php
Tests that translations do not affect the update system.
locale_install in core/modules/locale/locale.install
Implements hook_install().
LocalTaskDefault::routeProvider in core/lib/Drupal/Core/Menu/LocalTaskDefault.php
Returns the route provider.
ManagedFile::fileUsage in core/modules/file/src/Element/ManagedFile.php
Wraps the file usage service.
ManagedFile::uploadAjaxCallback in core/modules/file/src/Element/ManagedFile.php
#ajax callback for managed_file upload forms.
ManageDisplayTest::testViewModeCustom in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests switching view modes to use custom or 'default' settings'.
MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
MenuLinkContent::postSave in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Acts on a saved entity before the insert or update hook is invoked.
MenuLinkContent::preDelete in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Acts on entities before they are deleted and before hooks are invoked.
MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing in core/modules/menu_link_content/src/Tests/MenuLinkContentCacheabilityBubblingTest.php
Tests bubbleable metadata of menu links' outbound route/path processing.
MenuLinkDefaultIntegrationTest::testMoveToRoot in core/modules/system/src/Tests/Menu/MenuLinkDefaultIntegrationTest.php
Tests moving a static menu link without a specified menu to the root.
MenuRouterTest::doTestMenuHierarchy in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests for menu hierarchy.
MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests menu links added in hook_menu_links_discovered_alter().
MenuRouterTest::doTestMenuName in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Tests for menu_name parameter for default menu links.
MenuTest::checkInvalidParentMenuLinks in core/modules/menu_ui/src/Tests/MenuTest.php
Tests that parent options are limited by depth when adding menu links.
MenuTest::getStandardMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Returns standard menu link.
MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality using the admin and user interfaces.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuWebTestBase::assertMenuLink in core/modules/menu_ui/src/Tests/MenuWebTestBase.php
Fetches the menu item from the database and compares it to expected item.
menu_local_tasks in core/includes/menu.inc
Collects the local tasks (tabs) for the current route.
menu_primary_local_tasks in core/includes/menu.inc
Returns the rendered local tasks at the top level.
menu_secondary_local_tasks in core/includes/menu.inc
Returns the rendered local tasks at the second level.
menu_ui_form_node_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_BASE_FORM_ID_alter() for node_form.
menu_ui_form_node_type_form_alter in core/modules/menu_ui/menu_ui.module
Implements hook_form_FORM_ID_alter().
menu_ui_menu_predelete in core/modules/menu_ui/menu_ui.module
Implements hook_ENTITY_TYPE_predelete() for menu entities.
menu_ui_node_predelete in core/modules/menu_ui/menu_ui.module
Implements hook_ENTITY_TYPE_predelete() for node entities.
MigrateActionConfigsTest::testActionSettings in core/modules/action/src/Tests/Migrate/d6/MigrateActionConfigsTest.php
Tests migration of action variables to action.settings.yml.
MigrateAggregatorConfigsTest::testAggregatorSettings in core/modules/aggregator/src/Tests/Migrate/d6/MigrateAggregatorConfigsTest.php
Tests migration of aggregator variables to aggregator.settings.yml.
MigrateBookConfigsTest::testBookSettings in core/modules/book/src/Tests/Migrate/d6/MigrateBookConfigsTest.php
Tests migration of book variables to book.settings.yml.
MigrateContactSettingsTest::testContactSettings in core/modules/contact/src/Tests/Migrate/d6/MigrateContactSettingsTest.php
Tests migration of contact variables to contact.settings.yml.
MigrateDblogConfigsTest::testBookSettings in core/modules/dblog/src/Tests/Migrate/d6/MigrateDblogConfigsTest.php
Tests migration of dblog variables to dblog.settings.yml.
MigrateExecutable::getEventDispatcher in core/modules/migrate/src/MigrateExecutable.php
Gets the event dispatcher.
MigrateFileConfigsTest::testFileSettings in core/modules/file/src/Tests/Migrate/d6/MigrateFileConfigsTest.php
Tests migration of file variables to file.settings.yml.
MigrateFileTest::setUp in core/modules/file/src/Tests/Migrate/d7/MigrateFileTest.php
Performs setup tasks before each individual test method is run.
MigrateForumConfigsTest::testForumSettings in core/modules/forum/src/Tests/Migrate/d6/MigrateForumConfigsTest.php
Tests migration of forum variables to forum.settings.yml.
MigrateLocaleConfigsTest::testLocaleSettings in core/modules/locale/src/Tests/Migrate/MigrateLocaleConfigsTest.php
Tests migration of locale variables to locale.settings.yml.
MigrateNodeConfigsTest::testNodeSettings in core/modules/node/src/Tests/Migrate/d6/MigrateNodeConfigsTest.php
Tests Drupal 6 node settings to Drupal 8 migration.
MigrateSearchSettingsTest::testSearchSettings in core/modules/search/src/Tests/Migrate/d6/MigrateSearchSettingsTest.php
Tests migration of search variables to search.settings.yml.
MigrateSimpletestConfigsTest::testSimpletestSettings in core/modules/simpletest/src/Tests/Migrate/d6/MigrateSimpletestConfigsTest.php
Tests migration of simpletest variables to simpletest.settings.yml.
MigrateStatisticsConfigsTest::testStatisticsSettings in core/modules/statistics/src/Tests/Migrate/d6/MigrateStatisticsConfigsTest.php
Tests migration of statistics variables to statistics.settings.yml.
MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/src/Tests/Migrate/d6/MigrateSyslogConfigsTest.php
Tests migration of syslog variables to syslog.settings.yml.
MigrateSystemLoggingTest::testSystemLogging in core/modules/system/src/Tests/Migrate/d6/MigrateSystemLoggingTest.php
Tests migration of system error_level variables to system.logging.yml.
MigrateTaxonomyConfigsTest::testTaxonomySettings in core/modules/taxonomy/src/Tests/Migrate/MigrateTaxonomyConfigsTest.php
Tests migration of taxonomy variables to taxonomy.settings.yml.
MigrateTextConfigsTest::testTextSettings in core/modules/text/src/Tests/Migrate/MigrateTextConfigsTest.php
Tests migration of text variables to text.settings.yml.
MigrateUpdateConfigsTest::testUpdateSettings in core/modules/update/src/Tests/Migrate/d6/MigrateUpdateConfigsTest.php
Tests migration of update variables to update.settings.yml.
MigrateUserConfigsTest::testUserMail in core/modules/user/src/Tests/Migrate/d6/MigrateUserConfigsTest.php
Tests migration of user variables to user.mail.yml.
MigrateUserContactSettingsTest::testUserContactSettings in core/modules/user/src/Tests/Migrate/d6/MigrateUserContactSettingsTest.php
Tests the Drupal6 user contact settings migration.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Installs a given list of modules.
ModuleInstaller::removeCacheBins in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Helper method for removing all cache bins registered by a given module.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
MonkeysInTheControlRoom::handle in core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
Handles a Request to convert it to a Response.
NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType in core/modules/node/src/Tests/NodeRevisionPermissionsTest.php
Tests general revision access permissions.
NodeRevisionPermissionsTest::testNodeRevisionAccessPerType in core/modules/node/src/Tests/NodeRevisionPermissionsTest.php
Tests revision access permissions for a specific content type.
NodeTypeTest::testNodeTypeNoContentType in core/modules/node/src/Tests/NodeTypeTest.php
Tests for when there are no content types defined.
NodeViewsData::getViewsData in core/modules/node/src/NodeViewsData.php
Returns views data for the entity type.
node_query_node_access_alter in core/modules/node/node.module
Implements hook_query_TAG_alter().
NormalizerTestBase::setUp in core/modules/hal/src/Tests/NormalizerTestBase.php
Performs setup tasks before each individual test method is run.
OpmlFeedAdd::buildForm in core/modules/aggregator/src/Form/OpmlFeedAdd.php
Form constructor.
PageTitleConvertedIntoBlockUpdateTest::setUp in core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
Overrides WebTestBase::setUp() for update testing.
PageTitleConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php
Tests that page title is being converted into a block.
PathAliasMenuLinkContentTest::testPathAliasChange in core/modules/menu_link_content/src/Tests/PathAliasMenuLinkContentTest.php
Tests the path aliasing changing.
PathPluginBase::remove in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Reacts on deleting a display.
PhpBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/PhpBackendUnitTest.php
Creates a new instance of MemoryBackend.
PluginBase::getRenderer in core/modules/views/src/Plugin/views/PluginBase.php
Returns the render API renderer.
PublicStream::basePath in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the base path for public://.
QuickEditIntegrationTest::testGetUntransformedTextCommand in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests GetUntransformedTextCommand AJAX command.
RecalculatedDependencyTest::testUpdate in core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php
Ensures that the entities are resaved so they have the new dependency.
RedirectOnExceptionTest::testRedirectOn404 in core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
RegistryTest::testMultipleSubThemes in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with multiple subthemes.
RegistryTest::testSuggestionPreprocessFunctions in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests the theme registry with suggestions.
RegistryTest::testThemeRegistryAlterByTheme in core/modules/system/src/Tests/Theme/RegistryTest.php
Tests that the theme registry can be altered by themes.
ReindexConfirm::submitForm in core/modules/search/src/Form/ReindexConfirm.php
Form submission handler.
RestExport::buildResponse in core/modules/rest/src/Plugin/views/display/RestExport.php
Builds up a response with the rendered view as content.
RestLinkManagerTest::testRestLinkManagers in core/modules/rest/src/Tests/RestLinkManagerTest.php
Tests that type hooks work as expected.
RestLinkManagerTest::testRestLinkManagersNoInstallHook in core/modules/rest/src/Tests/RestLinkManagerTest.php
Tests that type hooks work as expected even without install hook.
RestLinkManagerTest::testRestLinkManagersSetLinkDomain in core/modules/rest/src/Tests/RestLinkManagerTest.php
Tests \Drupal\rest\LinkManager\LinkManager::setLinkDomain().
RouteNoneTest::testProcessOutbound in core/modules/system/src/Tests/RouteProcessor/RouteNoneTest.php
Tests the output process.
RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/modules/system/src/Tests/RouteProcessor/RouteProcessorCurrentIntegrationTest.php
Tests the output process.
RouteProviderTest::httpKernelHandle in core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouteProviderTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
RouteProviderTest::setUp in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Performs setup tasks before each individual test method is run.
RouteProviderTest::testAdminHtmlRoutes in core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute
RouteProviderTest::testHtmlRoutes in core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php
@covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes
RouteProviderTest::testRouteCaching in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Tests that route caching works.
SchemaCheckTestTrait::assertConfigSchemaByName in core/modules/config/src/Tests/SchemaCheckTestTrait.php
Asserts configuration, specified by name, has a valid schema.
SchemaCheckTraitTest::setUp in core/modules/config/src/Tests/SchemaCheckTraitTest.php
Performs setup tasks before each individual test method is run.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchConfigSettingsFormTest::assertDefaultSearch in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Checks that the default search page matches expectations.
SearchPage::configFactory in core/modules/search/src/Entity/SearchPage.php
Wraps the config factory.
SearchPage::postDelete in core/modules/search/src/Entity/SearchPage.php
Acts on deleted entities before the delete hook is invoked.
SearchPage::routeBuilder in core/modules/search/src/Entity/SearchPage.php
Wraps the route builder.
SearchPage::searchPageRepository in core/modules/search/src/Entity/SearchPage.php
Wraps the search page repository.
SearchPage::searchPluginManager in core/modules/search/src/Entity/SearchPage.php
Wraps the search plugin manager.
search_cron in core/modules/search/search.module
Implements hook_cron().
search_requirements in core/modules/search/search.install
Implements hook_requirements().
SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest::setUp in core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
Overrides WebTestBase::setUp() for update testing.
ShortcutLinksTest::testShortcutLinkChangeRoute in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that changing the route of a shortcut link works.
SiteBrandingConvertedIntoBlockUpdateTest::setUp in core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Overrides WebTestBase::setUp() for update testing.
SiteBrandingConvertedIntoBlockUpdateTest::testUpdateHookN in core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
Tests that site branding elements are being converted into blocks.
SortRandomTest::testRandomOrderingWithRenderCaching in core/modules/views/src/Tests/Handler/SortRandomTest.php
Tests random ordering with tags based caching.
StableTemplateOverrideTest::testStableTemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
Ensures that Stable overrides all relevant core templates.
StackKernelIntegrationTest::testRequest in core/modules/system/src/Tests/HttpKernel/StackKernelIntegrationTest.php
Tests a request.
standard_install in core/profiles/standard/standard.install
Implements hook_install().
StatusTest::testStatusPage in core/modules/system/src/Tests/System/StatusTest.php
Tests that the status page returns.
StringTranslationTrait::getStringTranslation in core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php
Gets the string translation service.
StyleSerializerTest::testLivePreview in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the live preview output for json output.
StyleSerializerTest::testRestRenderCaching in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests REST export with views render caching enabled.
system_cron in core/modules/system/system.module
Implements hook_cron().
system_form_alter in core/modules/system/system.module
Implements hook_form_alter().
system_get_module_admin_tasks in core/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_js_settings_alter in core/modules/system/system.module
Implements hook_js_settings_alter().
system_js_settings_build in core/modules/system/system.module
Implements hook_js_settings_build().
system_post_update_recalculate_configuration_entity_dependencies in core/modules/system/system.post_update.php
Re-save all configuration entities to recalculate dependencies.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_update_8005 in core/modules/system/system.install
Place local actions and tasks blocks in every theme.
system_update_8006 in core/modules/system/system.install
Place branding blocks in every theme.
system_update_8010 in core/modules/system/system.install
Place page title blocks in every theme.
system_update_8014 in core/modules/system/system.install
Install the Stable base theme if needed.
Tasks::getFormOptions in core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Return driver specific configuration options.
TaxonomyFieldTidTest::testViewsHandlerTidField in core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php
TaxonomyMenu::getMenuLinkManager in modules/taxonomy_menu/src/Entity/TaxonomyMenu.php
TemplateTest::testGetTemplateByName in core/modules/migrate/src/Tests/TemplateTest.php
Tests retrieving a template by name.
template_preprocess_book_navigation in core/modules/book/book.module
Prepares variables for book navigation templates.
template_preprocess_image_style_preview in core/modules/image/image.admin.inc
Prepares variables for image style preview templates.
template_preprocess_system_modules_details in core/modules/system/system.admin.inc
Prepares variables for the module details templates.
TestBase::prepareEnvironment in core/modules/simpletest/src/TestBase.php
Prepares the current environment for running the test.
TestControllers::removeExceptionLogger in core/modules/system/tests/modules/router_test_directory/src/TestControllers.php
TestSessionHandlerProxy::close in core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::open in core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::read in core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestSessionHandlerProxy::write in core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php
TestViewsTest::testDefaultConfig in core/modules/views/src/Tests/TestViewsTest.php
Tests default configuration data type.
TextFormat::elementInfo in core/modules/filter/src/Element/TextFormat.php
Wraps the element info service.
TextFormatElementFormTest::setUp in core/modules/filter/src/Tests/TextFormatElementFormTest.php
Sets up the test.
ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape in core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
@dataProvider providerTestThemeRenderAndAutoescape
ThemeSettingsForm::buildForm in core/modules/system/src/Form/ThemeSettingsForm.php
ThemeTest::testSwitchDefaultTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
theme_get_registry in core/includes/theme.inc
Gets the theme registry.
TokenReplaceUnitTest::testSystemDateTokenReplacement in core/modules/system/src/Tests/System/TokenReplaceUnitTest.php
Tests the generation of all system date tokens.
Toolbar::breakpointManager in core/modules/toolbar/src/Element/Toolbar.php
Wraps the breakpoint manager.
toolbar_prerender_toolbar_administration_tray in core/modules/toolbar/toolbar.module
Renders the toolbar's administration tray.
Tour::__construct in core/modules/tour/src/Entity/Tour.php
Constructs an Entity object.
TranslatableMarkup::getStringTranslation in core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php
Gets the string translation service.
TwigEnvironmentTest::testCacheFilename in core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php
Ensures that cacheFilename() varies by extensions + deployment identifier.
TwigEnvironmentTest::testInlineTemplate in core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php
Tests inline templates.
TwigEnvironmentTest::testTemplateNotFoundException in core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php
Tests that exceptions are thrown when a template is not found.
TwigExtensionTest::testsRenderEscapedZeroValue in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests output of integer and double 0 values of TwigExtension::escapeFilter().
TwigExtensionTest::testsRenderZeroValue in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests output of integer and double 0 values of TwigExtension->renderVar().
TwigExtensionTest::testTwigExtensionLoaded in core/modules/system/src/Tests/Theme/TwigExtensionTest.php
Tests that the provided Twig extension loads the service appropriately.
TwigLoaderTest::testTwigLoaderAddition in core/modules/system/src/Tests/Theme/TwigLoaderTest.php
Tests adding an additional twig loader to the loader chain.
TwigMarkupInterfaceTest::renderObjectWithTwig in core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
TwigNamespaceTest::setUp in core/modules/system/src/Tests/Theme/TwigNamespaceTest.php
Sets up a Drupal site for running functional and integration tests.
TwigRegistryLoaderTest::setUp in core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php
Sets up a Drupal site for running functional and integration tests.
TwigWhiteListTest::setUp in core/modules/system/src/Tests/Theme/TwigWhiteListTest.php
Performs setup tasks before each individual test method is run.
twig_render_template in core/themes/engines/twig/twig.engine
Implements hook_render_template().
update_manager_local_transfers_allowed in core/modules/update/update.manager.inc
Determines if file transfers will be performed locally.
update_page_top in core/modules/update/update.module
Implements hook_page_top().
Url::accessManager in core/lib/Drupal/Core/Url.php
Url::unroutedUrlAssembler in core/lib/Drupal/Core/Url.php
Gets the unrouted URL assembler for non-Drupal URLs.
UrlGeneratorTrait::getUrlGenerator in core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php
Returns the URL generator service.
User::postSave in core/modules/user/src/Entity/User.php
Acts on a saved entity before the insert or update hook is invoked.
UserActionConfigSchemaTest::testValidUserActionConfigSchema in core/modules/user/src/Tests/UserActionConfigSchemaTest.php
Tests whether the user action config schema are valid.
UserEntityReferenceTest::testUserSelectionByRole in core/modules/user/src/Tests/UserEntityReferenceTest.php
Tests user selection by roles.
UuidItem::applyDefaultValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php
Applies the default value.
ViewExecutable::hasUrl in core/modules/views/src/ViewExecutable.php
Determines whether you can link to the view or a particular display.
Views::analyzer in core/modules/views/src/Views.php
Returns the view analyzer.
Views::executableFactory in core/modules/views/src/Views.php
Returns the view executable factory service.
Views::handlerManager in core/modules/views/src/Views.php
Returns the plugin manager for a certain views handler type.
Views::pluginManager in core/modules/views/src/Views.php
Returns the plugin manager for a certain views plugin type.
Views::t in core/modules/views/src/Views.php
Translates a string to the current language or to a given language.
Views::viewsData in core/modules/views/src/Views.php
Returns the views data service.
Views::viewsDataHelper in core/modules/views/src/Views.php
Returns the views data helper service.
ViewsFormBase::ajaxFormWrapper in core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
Wrapper for handling AJAX forms.
views_post_update_cleanup_duplicate_views_data in core/modules/views/views.post_update.php
Update some views fields that were previously duplicated.
views_test_data_views_data in core/modules/views/tests/modules/views_test_data/views_test_data.views.inc
Implements hook_views_data().
views_ui_add_ajax_trigger in core/modules/views_ui/admin.inc
Converts a form element in the add view wizard to be AJAX-enabled.
Weight::processWeight in core/lib/Drupal/Core/Render/Element/Weight.php
Expands a weight element into a select element.
WidgetPluginManagerTest::testNotApplicableFallback in core/modules/field/src/Tests/WidgetPluginManagerTest.php
Tests that getInstance falls back on default if current is not applicable.
_batch_progress_page in core/includes/batch.inc
Outputs a batch processing page.
_content_translation_form_language_content_settings_form_alter in core/modules/content_translation/content_translation.admin.inc
(proxied) Implements hook_form_FORM_ID_alter().
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_menu_link_content_update_path_alias in core/modules/menu_link_content/menu_link_content.module
Helper function to update plugin definition using internal scheme.
_options_values_in_use in core/modules/options/options.module
Checks if a list of values are being used in actual field values.
_toolbar_do_get_rendered_subtrees in core/modules/toolbar/toolbar.module
#pre_render callback for toolbar_get_rendered_subtrees().