You are here
822 calls to Drupal::service() in Drupal 9
- AccessRoleTest::testRenderCaching in core/modules/user/tests/src/Functional/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.
- ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate in core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
- Tests that there is no active workspace during database updates.
- aggregator_entity_extra_field_info in core/modules/aggregator/aggregator.module
- Implements hook_entity_extra_field_info().
- AjaxFileManagedMultipleTest::testMultipleFilesUpload in core/modules/file/tests/src/FunctionalJavascript/AjaxFileManagedMultipleTest.php
- Tests if managed file form element works well with multiple files upload.
- ApcuBackendTest::createCacheBackend in core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
- Creates a cache backend to test.
- ArchiverManager::__construct in core/lib/Drupal/Core/Archiver/ArchiverManager.php
- Constructs an ArchiverManager object.
- AssertConfigEntityImportTrait::assertConfigEntityImport in core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php
- Asserts that a config entity can be imported without changing it.
- AssertContentTrait::assertThemeOutput in core/tests/Drupal/KernelTests/AssertContentTrait.php
- Asserts themed output.
- AssertMailTraitTest::testAssertMailTrait in core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
- Tests that the maintenance theme initializes the theme and its base themes.
- 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/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
- Dynamically defines an asset library and alters it.
- AttachedAssetsTest::testLibraryAlter in core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
- Adds a JavaScript library to the page and alters it.
- AttachedAssetsTest::testLibraryNameConflicts in core/tests/Drupal/KernelTests/Core/Asset/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.
- BaseFieldFileFormatterBase::__construct in core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php
- Constructs a BaseFieldFileFormatterBase object.
- 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/tests/src/Kernel/BlockConfigSchemaTest.php
- BlockContentAccessHandlerTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
- BlockContentEntityReferenceSelectionTest::setUp in core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
- BlockInterestCohortTest::testExistingInterestCohortPolicy in core/tests/Drupal/KernelTests/Core/Http/BlockInterestCohortTest.php
- Tests that an existing interest-cohort policy is not overwritten.
- BlockInterestCohortTest::testExistingPolicyHeader in core/tests/Drupal/KernelTests/Core/Http/BlockInterestCohortTest.php
- Tests that an existing header is not modified.
- BlockTest::testUninstallTheme in core/modules/block/tests/src/Functional/BlockTest.php
- Tests that uninstalling a theme removes its block configuration.
- BlockUiTest::testBlockAdminUiPage in core/modules/block/tests/src/Functional/BlockUiTest.php
- Tests 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.
- block_content_add_body_field in core/modules/block_content/block_content.module
- Adds the default body field to a custom block type.
- BookAdminEditForm::__construct in core/modules/book/src/Form/BookAdminEditForm.php
- Constructs a new BookAdminEditForm.
- BookBreadcrumbBuilder::__construct in core/modules/book/src/BookBreadcrumbBuilder.php
- Constructs the BookBreadcrumbBuilder.
- BookExport::__construct in core/modules/book/src/BookExport.php
- Constructs a BookExport object.
- BookManager::__construct in core/modules/book/src/BookManager.php
- Constructs a BookManager object.
- BookTest::testBookNavigationBlock in core/modules/book/tests/src/Functional/BookTest.php
- Tests the functionality of the book navigation block.
- BookTest::testSaveBookLink in core/modules/book/tests/src/Functional/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.
- BooleanFieldTest::testBooleanField in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
- Tests boolean field.
- BooleanFieldTest::testFormAccess in core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
- Tests field access.
- CachedStorageTest::setUp in core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
- CacheTagTest::getRenderCache in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
- Gets the render cache for a given view.
- CacheTagTest::testTagCaching in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
- Tests the tag cache plugin.
- CacheTest::testArgumentDefaultCache in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
- Tests that cacheability metadata is carried over from argument defaults.
- CacheTest::testHeaderStorage in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
- Tests css/js storage and restoring mechanism.
- CacheWebTest::testCacheOutputOnPage in core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
- Tests the output caching on an actual page.
- ChainedFastBackendTest::createCacheBackend in core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php
- Creates a new instance of ChainedFastBackend.
- CKEditor::__construct in core/modules/ckeditor/src/Plugin/Editor/CKEditor.php
- Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object.
- CKEditorIntegrationTest::testLinkability in core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php
- Tests linkability of the CKEditor widget.
- CKEditorPluginBase::getModuleList in core/modules/ckeditor/src/CKEditorPluginBase.php
- Gets the module list service.
- CKEditorTest::testExternalStylesheets in core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
- Tests loading of theme's CKEditor stylesheets defined in the .info file.
- CKEditorToolbarButtonTest::testImageButtonDisplay in core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php
- Method tests CKEditor image buttons.
- ColorTest::_testColor in core/modules/color/tests/src/Functional/ColorTest.php
- Tests the Color module functionality using the given theme.
- color_library_info_alter in core/modules/color/color.module
- Implements hook_library_info_alter().
- color_scheme_form_submit in core/modules/color/color.module
- Form submission handler for color_scheme_form().
- CommandsTest::testAttachedSettings in core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
- Regression test: Settings command exists regardless of JS aggregation.
- CommentAdminViewTest::doTestFilters in core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
- Tests comment admin view display.
- CommentForm::__construct in core/modules/comment/src/CommentForm.php
- Constructs a new CommentForm.
- CommentLinksTest::testLinkApprove in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
- Tests the comment approve link.
- CommentLinksTest::testLinkReply in core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
- Tests the comment reply link.
- CommentOrphanTest::testOrphan in core/modules/comment/tests/src/Kernel/CommentOrphanTest.php
- Test loading/deleting/rendering orphaned comments.
- CommentTest::testPrepareCommentDeprecation in core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php
- @group legacy
- CommentTestTrait::addDefaultCommentField in core/modules/comment/src/Tests/CommentTestTrait.php
- Adds the default comment field to an entity.
- CommentUserNameTest::testUsername in core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
- Tests the username formatter.
- comment_entity_view in core/modules/comment/comment.module
- Implements hook_entity_view().
- CommonTestController::jsAndCssQuerystring in core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
- Adds a JavaScript file and a CSS file with a query string appended.
- ComplexDataConstraint::__construct in core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php
- ComputedFileUrl::getValue in core/modules/file/src/ComputedFileUrl.php
- Gets the data value.
- ConfigDependencyTest::testConfigEntityDelete in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- Tests deleting a configuration entity and dependency management.
- ConfigDependencyTest::testConfigEntityUninstall in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- Tests ConfigManager::uninstall() and config entity dependency management.
- ConfigDependencyTest::testConfigEntityUninstallComplex in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- Tests complex configuration entity dependency handling during uninstall.
- ConfigDependencyTest::testConfigEntityUninstallThirdParty in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- @covers ::uninstall
@covers ::getConfigEntitiesToChangeOnDependencyRemoval
- ConfigDependencyTest::testContentEntityDelete in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.
- ConfigDependencyTest::testDependencyManagement in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- Tests creating dependencies on configuration entities.
- ConfigDependencyTest::testFindConfigEntityDependentsAsEntitiesDeprecation in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- @group legacy
- ConfigDependencyTest::testFindConfigEntityDependentsDeprecation in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- @group legacy
- ConfigDependencyTest::testNonEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
- Tests that calculating dependencies for system module.
- ConfigEntityAdapter::getTypedConfigManager in core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php
- Gets the typed config manager.
- ConfigEntityAdapter::getTypedDataManager in core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php
- @todo Remove this in https://www.drupal.org/node/3011137.
- 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/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php
- Tests configuration events.
- ConfigExportImportUITest::testExportImportCollections in core/modules/config/tests/src/Functional/ConfigExportImportUITest.php
- Tests an export and import of collections.
- ConfigExportUITest::testExport in core/modules/config/tests/src/Functional/ConfigExportUITest.php
- Tests export of configuration.
- ConfigImporter::reInjectMe in core/lib/Drupal/Core/Config/ConfigImporter.php
- Gets all the service dependencies from \Drupal.
- ConfigImporterTest::testSiteUuidValidate in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
- Tests verification of site UUID before importing configuration.
- ConfigImportUITest::testImportSiteUuidValidation in core/modules/config/tests/src/Functional/ConfigImportUITest.php
- Tests verification of site UUID before importing configuration.
- ConfigInstaller::__construct in core/lib/Drupal/Core/Config/ConfigInstaller.php
- Constructs the configuration installer.
- ConfigInstallTest::testCollectionInstallationCollectionConfigEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
- Tests collections which do not support config entities install correctly.
- ConfigInstallTest::testCollectionInstallationCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
- Tests config objects in collections are installed as expected.
- ConfigInstallTest::testCollectionInstallationNoCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
- Tests that collections are ignored if the event does not return anything.
- ConfigManager::__construct in core/lib/Drupal/Core/Config/ConfigManager.php
- Creates ConfigManager objects.
- ConfigNamesMapper::__construct in core/modules/config_translation/src/ConfigNamesMapper.php
- Constructs a ConfigNamesMapper.
- ConfigSchemaTest::testConfigSchemaInfoAlter in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
- Tests hook_config_schema_info_alter().
- ConfigSingleImportExportTest::testImport in core/modules/config/tests/src/Functional/ConfigSingleImportExportTest.php
- Tests importing a single configuration file.
- ConfigSnapshotTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php
- ConfigStorageStagingTest::testConfigStorageStagingDeprecation in core/tests/Drupal/KernelTests/Core/Config/ConfigStorageStagingTest.php
- Tests deprecation of the "config.storage.staging" service.
- 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.
- Connection::getPagerManager in core/lib/Drupal/Core/Database/Connection.php
- Get the pager manager service, if available.
- ConstraintsTest::testUuid in core/tests/Drupal/KernelTests/Core/Validation/ConstraintsTest.php
- ContentModerationState::loadFromModeratedEntity in core/modules/content_moderation/src/Entity/ContentModerationState.php
- Loads a content moderation state entity.
- ContentModerationStateTest::testTaxonomyTermEntityTypeModeration in core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
- Tests that the 'taxonomy_term' entity type cannot be moderated.
- ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration in core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
- Tests deleting a state via config import.
- ContentModerationWorkflowTypeTest::testNewWorkflow in core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
- Tests creating a new workflow using the content moderation plugin.
- ContentTranslationSettingsTest::testSettingsUI in core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
- Tests that the settings UI works as expected.
- ContentTranslationTestBase::setupTestFields in core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php
- Creates the test fields.
- content_moderation_entity_access in core/modules/content_moderation/content_moderation.module
- Implements hook_entity_access().
- content_moderation_entity_access in core/modules/content_moderation/content_moderation.module
- Implements hook_entity_access().
- content_moderation_entity_field_access in core/modules/content_moderation/content_moderation.module
- Implements hook_entity_field_access().
- content_moderation_workspace_access in core/modules/content_moderation/content_moderation.module
- Implements hook_ENTITY_TYPE_access() for the 'workspace' entity type.
- content_translation_entity_base_field_info in core/modules/content_translation/content_translation.module
- Implements hook_entity_base_field_info().
- content_translation_entity_bundle_info_alter in core/modules/content_translation/content_translation.module
- Implements hook_entity_bundle_info_alter().
- content_translation_entity_extra_field_info in core/modules/content_translation/content_translation.module
- Implements hook_entity_extra_field_info().
- content_translation_entity_presave in core/modules/content_translation/content_translation.module
- Implements hook_entity_presave().
- content_translation_form_language_content_settings_submit in core/modules/content_translation/content_translation.admin.inc
- Form submission handler for content_translation_admin_settings_form().
- 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.
- 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.
- Cron::__construct in core/lib/Drupal/Core/Cron.php
- Constructs a cron object.
- CronQueueTest::setUp in core/modules/system/tests/src/Kernel/System/CronQueueTest.php
- CssCollectionRenderer::__construct in core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
- Constructs a CssCollectionRenderer.
- CssOptimizer::getFileUrlGenerator in core/lib/Drupal/Core/Asset/CssOptimizer.php
- Returns the file URL generator.
- CssOptimizer::__construct in core/lib/Drupal/Core/Asset/CssOptimizer.php
- Constructs a CssOptimizer.
- CurrentThemeConditionTest::testCurrentTheme in core/tests/Drupal/KernelTests/Core/Plugin/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.
- DateRangeFieldTest::testAlldayRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests all-day field.
- DateRangeFieldTest::testDatelistWidget in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests Date Range List Widget functionality.
- DateRangeFieldTest::testDateRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests date field functionality.
- DateRangeFieldTest::testDatetimeRangeField in core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
- Tests date and time field.
- DateTimeFieldTest::testDateField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
- Tests date field functionality.
- DateTimeFieldTest::testDatelistWidget in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
- Tests Date List Widget functionality.
- DateTimeFieldTest::testDatetimeField in core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
- Tests date and time field.
- DefaultConfigTest::testDefaultConfig in core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php
- Tests default configuration data type.
- DefaultParser::parse in core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php
- Parses feed data.
- DeleteActionTest::testDeleteAction in core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
- @covers \Drupal\Core\Action\Plugin\Action\DeleteAction::execute
- demo_umami_toolbar in core/profiles/demo_umami/demo_umami.profile
- Implements hook_toolbar().
- DeprecatedServicePropertyTrait::__get in core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php
- Allows to access deprecated/removed properties.
- DestinationCategoryTest::setUp in core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php
- DirectoryTest::testFileCheckDirectoryHandling in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
- Tests directory handling functions.
- DirectoryTest::testFileCheckLocalDirectoryHandling in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
- Tests local directory handling functions.
- DirectoryTest::testFileCreateNewFilepath in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
- This will take a directory and path, and find a valid filepath that is not
taken by another file.
- DirectoryTest::testFileDestination in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
- This will test the filepath for a destination based on passed flags and
whether or not the file exists.
- DisplayApiTest::setUp in core/modules/field/tests/src/Kernel/DisplayApiTest.php
- Set the default field storage backend for fields created during tests.
- DrupalSelenium2DriverTest::testGetRemoteFilePath in core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
- Tests uploading remote files.
- DrupalTest::testService in core/tests/Drupal/Tests/Core/DrupalTest.php
- Tests the service() method.
- drupal_flush_all_caches in core/includes/common.inc
- Rebuilds the container, flushes all persistent caches, resets all variables, and rebuilds all data structures.
- drupal_get_database_types in core/includes/install.inc
- Returns all supported database driver installer objects.
- drupal_get_filename in core/includes/bootstrap.inc
- Returns and optionally sets the filename for a system resource.
- drupal_get_installed_schema_version in core/includes/schema.inc
- Returns the currently installed schema version for a module.
- drupal_install_system in core/includes/install.inc
- Installs the system module.
- drupal_load_updates in core/includes/install.inc
- Loads .install files for installed modules to initialize the update system.
- 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.
- EditorFileReference::__construct in core/modules/editor/src/Plugin/Filter/EditorFileReference.php
- Constructs a \Drupal\editor\Plugin\Filter\EditorFileReference object.
- EditorIntegrationTest::testGetUntransformedTextCommand in core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php
- Tests GetUntransformedTextCommand AJAX command.
- editor_form_filter_format_form_alter in core/modules/editor/editor.module
- Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
- Element::getTypedDataManager in core/lib/Drupal/Core/Config/Schema/Element.php
- Gets the typed configuration manager.
- EmailFieldTest::testEmailField in core/modules/field/tests/src/Functional/Email/EmailFieldTest.php
- Tests email field.
- EngineTwigTest::testTwigFileUrls in core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
- Tests the automatic/magic calling of toString() on objects, if exists.
- EntityAccessControlHandlerTest::testUserLabelAccess in core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
- Ensures user labels are accessible for everyone.
- EntityAutocomplete::getEntityLabels in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
- Converts an array of entity objects into a string of entity labels.
- EntityBase::create in core/lib/Drupal/Core/Entity/EntityBase.php
- Constructs a new entity object, without permanently saving it.
- EntityBase::entityTypeBundleInfo in core/lib/Drupal/Core/Entity/EntityBase.php
- Gets the entity type bundle info service.
- EntityBase::load in core/lib/Drupal/Core/Entity/EntityBase.php
- Loads an entity.
- EntityBase::loadMultiple in core/lib/Drupal/Core/Entity/EntityBase.php
- Loads one or more entities.
- EntityBase::uuidGenerator in core/lib/Drupal/Core/Entity/EntityBase.php
- Gets the UUID generator.
- EntityCacheTagsTestBase::createReferenceTestEntities in core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
- Creates a referencing and a non-referencing entity for testing purposes.
- EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php
- Tests cache tags presence and invalidation of the entity when referenced.
- EntityConverter::convert in core/lib/Drupal/Core/ParamConverter/EntityConverter.php
- Converts path variables to their corresponding objects.
- EntityDecoupledTranslationRevisionsTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
- 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.
- EntityDisplayRepositoryTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php
- EntityDisplayTest::testDeleteBundle in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
- Tests deleting a bundle.
- EntityDisplayTest::testDeleteField in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
- Tests deleting field.
- EntityDisplayTest::testOnDependencyRemoval in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
- Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
- EntityFieldManager::__construct in core/lib/Drupal/Core/Entity/EntityFieldManager.php
- Constructs a new EntityFieldManager.
- EntityFormDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
- Constructs an Entity object.
- EntityFormDisplayTest::testDeleteField in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
- Tests deleting field.
- EntityFormDisplayTest::testEntityGetFromDisplay in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
- @covers \Drupal\Core\Entity\EntityDisplayRepository::getFormDisplay
- EntityFormDisplayTest::testOnDependencyRemoval in core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
- Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval().
- EntityLoadByUuidTest::testLoadEntityByUuidAccessChecking in core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
- Ensures that ::loadEntityByUuid() doesn't apply access checking.
- EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget in core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
- Tests that the default autocomplete widget return the correct results.
- EntityReferenceAutoCreateTest::setUp in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
- EntityReferenceFieldAttributesTest::setUp in core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php
- EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
- Tests that default values are correctly translated to UUIDs in config.
- EntityReferenceFieldTest::testReferencedEntitiesStringId in core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
- Tests referencing entities with string IDs.
- EntityReferenceFieldTranslatedReferenceViewTest::setUpEntityReferenceField in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
- Adds term reference field for the article content type.
- EntityReferenceFileUploadTest::setUp in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php
- EntityReferenceIntegrationTest::testSupportedEntityTypesAndWidgets in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php
- Tests the entity reference field with all its supported field widgets.
- EntityReferenceItem::calculateDependencies in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
- Calculates dependencies for field items.
- EntityReferenceItem::generateSampleValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
- Generates placeholder field values.
- EntityReferenceItem::onDependencyRemoval in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
- Informs the plugin that a dependency of the field will be deleted.
- EntityReferenceItemNormalizer::__construct in core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php
- Constructs an EntityReferenceItemNormalizer object.
- EntitySchemaTest::testModifyingTranslatableColumnSchema in core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
- Tests that modifying the UUID field for a translatable entity works.
- EntityTranslationTest::testFieldDefinitions in core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
- Check that field translatability is handled properly.
- EntityValidationTest::testValidation in core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php
- Tests validating test entity types.
- EntityViewBuilderTest::testEntityViewBuilderCache in core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
- Tests entity render cache handling.
- EntityViewBuilderTest::testEntityViewBuilderCacheWithReferences in core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
- Tests entity render cache with references.
- EntityViewDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
- Constructs an Entity object.
- EnvironmentCleanerTest::testDoCleanTemporaryDirectories in core/tests/Drupal/KernelTests/Core/Test/EnvironmentCleanerTest.php
- @covers ::doCleanTemporaryDirectories
- ExecuteMigration::execute in core/modules/migrate/tests/modules/migrate_no_migrate_drupal_test/src/Controller/ExecuteMigration.php
- Run the node_migration_no_migrate_drupal test migration.
- ExtensionInstallStorage::getAllFolders in core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
- Returns a map of all config object names and their folders.
- ExtensionViewsFieldTest::testFileExtensionTarOption in core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php
- Tests file extension views field handler extension_detect_tar option.
- ExternalFormUrlTest::testActionUrlBehavior in core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php
- Tests form behavior.
- 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.
- FieldAPIHandlerTrait::getEntityFieldManager in core/modules/views/src/FieldAPIHandlerTrait.php
- Returns the entity field manager.
- FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
- Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
- FieldConfig::preDelete in core/modules/field/src/Entity/FieldConfig.php
- Acts on entities before they are deleted and before hooks are invoked.
- 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/tests/src/Kernel/FieldCrudTest.php
- Tests the creation of a field.
- FieldCustomTest::testFieldCustomTokens in core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
- Ensure that custom fields can use tokens.
- FieldDefinition::setFieldStorageDefinition in core/lib/Drupal/Core/Field/FieldDefinition.php
- Set the field storage definition.
- FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
- Tests the integrity of field plugin definitions.
- FieldDisplayTest::testFieldVisualHidden in core/modules/field/tests/src/Kernel/FieldDisplayTest.php
- Tests that visually hidden works with core.
- FieldEntityTranslationTest::setUp in core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
- FieldFieldAccessTestBase::assertFieldAccess in core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php
- Checks views field access for a given entity type and field name.
- FieldFieldTest::testComplexRender in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
- Tests the output of a view with complex field configuration.
- FieldImportCreateTest::testImportCreate in core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
- Tests creating field storages and fields during config import.
- FieldKernelTest::testArgumentTokens in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests the arguments tokens on field level.
- FieldKernelTest::testFieldTokens in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests the field tokens, row level and field level.
- FieldKernelTest::testRender in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests that the render function is called.
- FieldKernelTest::testRewrite in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests general rewriting of the output.
- FieldKernelTest::testRewriteHtmlWithTokens in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests rewriting of the output with HTML.
- FieldKernelTest::testRewriteHtmlWithTokensAndAggregation in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests rewriting of the output with HTML and aggregation.
- FieldKernelTest::_testEmptyText in core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
- Tests the usage of the empty text.
- FieldKernelTest::_testHideIfEmpty in core/modules/views/tests/src/Kernel/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.
- FieldRenderedEntityTest::testRenderedEntityWithField in core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php
- Tests the rendered entity output with the test field configured to show.
- FieldRenderedEntityTest::testRenderedEntityWithoutField in core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php
- Tests the default rendered entity output.
- FieldResolverTest::setUp in core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php
- FieldStorageConfig::getCardinality in core/modules/field/src/Entity/FieldStorageConfig.php
- Returns the maximum number of items allowed for the field.
- FieldStorageConfig::getSettings in core/modules/field/src/Entity/FieldStorageConfig.php
- Returns the storage settings.
- FieldStorageConfig::preDelete in core/modules/field/src/Entity/FieldStorageConfig.php
- Acts on entities before they are deleted and before hooks are invoked.
- 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.
- FieldStorageConfigEditForm::getEnforcedCardinality in core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php
- Returns the cardinality enforced by the field type.
- FieldStorageCrudTest::testCreate in core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
- Tests the creation of a field storage.
- FieldTypePluginManagerTest::testCreateInstance in core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
- Tests creation of field item instances.
- FieldTypePluginManagerTest::testCreateInstanceWithConfig in core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
- Tests creation of field item instances.
- FieldTypePluginManagerTest::testDefaultSettings in core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
- Tests the default settings convenience methods.
- FieldTypePluginManagerTest::testMainProperty in core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
- Tests all field items provide an existing main property.
- FieldWebTest::testAlterUrl in core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
- Tests rewriting the output to a link.
- FieldWebTest::testTextRendering in core/modules/views/tests/src/Functional/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_purge_batch in core/modules/field/field.purge.inc
- Purges a batch of deleted Field API data, field storages, or fields.
- field_purge_field in core/modules/field/field.purge.inc
- Purges a field record from the database.
- field_purge_field_storage in core/modules/field/field.purge.inc
- Purges a field record from the database.
- File::createFileUrl in core/modules/file/src/Entity/File.php
- Creates a file URL for the URI of this file.
- File::preCreate in core/modules/file/src/Entity/File.php
- Changes the values of an entity before it is created.
- File::__construct in core/modules/file/src/Plugin/views/field/File.php
- Constructs a File object.
- FileCopyTest::testOverwriteSelf in core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
- Copy a file onto itself.
- FileFieldWidgetTest::testUploadingMoreFilesThenAllowed in core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php
- Tests uploading more files then allowed at once.
- FileItemTest::testFileItem in core/modules/file/tests/src/Kernel/FileItemTest.php
- Tests using entity fields of the file field type.
- FileManagedFileElementTest::testUnusedPermanentFileValidation in core/modules/file/tests/src/Functional/FileManagedFileElementTest.php
- Verify that unused permanent files can be used.
- FileMediaFormatterBase::isApplicable in core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php
- Returns if the formatter can be used for the provided field.
- FileMoveTest::testNormal in core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
- Move a normal file.
- FileMoveTest::testOverwriteSelf in core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
- Try to move a file onto itself.
- FilePathTest::setUp in core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php
- FilePrivateTest::testPrivateFile in core/modules/file/tests/src/Functional/FilePrivateTest.php
- Tests file access for file uploaded to a private node.
- FileSaveDataTest::testFileSaveData in core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php
- Tests the file_unmanaged_save_data() function.
- FileSaveHtaccessLoggingTest::testHtaccessSave in core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
- Tests file_save_htaccess().
- FileStorage::getFileSystem in core/lib/Drupal/Core/Config/FileStorage.php
- Returns file system service.
- FileUploadResource::__construct in core/modules/file/src/Plugin/rest/resource/FileUploadResource.php
- Constructs a FileUploadResource instance.
- FileUrlGeneratorTest::testPublicManagedFileURL in core/tests/Drupal/KernelTests/Core/File/FileUrlGeneratorTest.php
- Tests the rewriting of public managed file URLs by hook_file_url_alter().
- file_build_uri in core/includes/file.inc
- Constructs a URI to Drupal's default files location given a relative path.
- file_copy in core/modules/file/file.module
- Copies a file to a new location and adds a file record to the database.
- file_cron in core/modules/file/file.module
- Implements hook_cron().
- file_get_file_references in core/modules/file/file.module
- Retrieves a list of references to a file.
- file_move in core/modules/file/file.module
- Moves a file to a new location and update the file's database entry.
- file_save_data in core/modules/file/file.module
- Saves a file to the specified destination and creates a database entry.
- file_test_file_url_alter in core/modules/file/tests/file_test/file_test.module
- Implements hook_file_url_alter().
- 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.
- FilterCaption::__construct in core/modules/filter/src/Plugin/Filter/FilterCaption.php
- Constructs a new FilterCaption.
- FilteredPluginManagerTrait::moduleHandler in core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
- Wraps the module handler.
- FilteredPluginManagerTrait::themeManager in core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
- Wraps the theme manager.
- FilterFormat::filters in core/modules/filter/src/Entity/FilterFormat.php
- Returns the ordered collection of filter plugin instances or an individual plugin instance.
- FilterKernelTest::testAlignAndCaptionFilters in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
- Tests the combination of the align and caption filters.
- FilterKernelTest::testCaptionFilter in core/modules/filter/tests/src/Kernel/FilterKernelTest.php
- Tests the caption filter.
- FloodTest::testDatabaseBackend in core/modules/system/tests/src/Kernel/System/FloodTest.php
- Tests flood control database backend.
- FloodTest::testMemoryBackend in core/modules/system/tests/src/Kernel/System/FloodTest.php
- Tests flood control memory backend.
- FormActionXssTest::testFormActionXss in core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
- Tests form action attribute for XSS.
- FormatterPluginManagerTest::testNotApplicableFallback in core/modules/field/tests/src/Kernel/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/tests/Drupal/KernelTests/Core/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.
- FormTest::testFieldFormAccess in core/modules/field/tests/src/Functional/FormTest.php
- Tests fields with no 'edit' access.
- FormTest::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/src/Functional/FormTest.php
- Tests widget handling of multiple required radios.
- 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::testOrder in core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
- Tests AjaxResponse::prepare() AJAX commands ordering.
- FrontMatterTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/FrontMatterTest.php
- HalLinkManagerTest::testGetRelationInternalIds in core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
- @covers ::getRelationInternalIds
- HalLinkManagerTest::testGetRelationUri in core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
- @covers ::getRelationUri
@dataProvider providerTestGetRelationUri
- HalLinkManagerTest::testGetTypeUri in core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
- @covers ::getTypeUri
@dataProvider providerTestGetTypeUri
- HalLinkManagerTest::testHalLinkManagersSetLinkDomain in core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
- @covers ::setLinkDomain
- HandlerFieldUserNameTest::testNoAdditionalFields in core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
- Tests that the field handler works when no additional fields are added.
- HandlerFieldUserNameTest::testUserName in core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
- HelpSearchPluginTest::testAnnotation in core/modules/help_topics/tests/src/Kernel/HelpSearchPluginTest.php
- Tests search plugin annotation and interfaces.
- HelpTopicsSyntaxTest::listDirectories in core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
- Lists the extension help topic directories of a certain type.
- hook_config_translation_info in core/modules/config_translation/config_translation.api.php
- Introduce dynamic translation tabs for translation of configuration.
- hook_field_ui_preconfigured_options_alter in core/modules/field/field.api.php
- Perform alterations on preconfigured field options.
- hook_file_url_alter in core/lib/Drupal/Core/File/file.api.php
- Alter the URL to a file.
- hook_render_template in core/lib/Drupal/Core/Render/theme.api.php
- Render a template using the theme engine.
- HtmlRenderer::__construct in core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php
- Constructs a new HtmlRenderer.
- ImageAdminStylesTest::testStyleReplacement in core/modules/image/tests/src/Functional/ImageAdminStylesTest.php
- Tests deleting a style and choosing a replacement style.
- ImageDimensionsTest::testImageDimensions in core/modules/image/tests/src/Functional/ImageDimensionsTest.php
- Tests styled image dimensions cumulatively.
- ImageFieldCreationTrait::createImageField in core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php
- Create a new image field.
- ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
- Tests CRUD for fields and field storages with default images.
- ImageFieldDisplayTest::testImageFieldSettings in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
- Tests for image field settings.
- ImageFieldWidgetMultipleTest::testWidgetElementMultipleUploads in core/modules/image/tests/src/FunctionalJavascript/ImageFieldWidgetMultipleTest.php
- Tests image widget element support multiple upload correctly.
- ImageFormatter::__construct in core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php
- Constructs an ImageFormatter object.
- ImageItem::generateSampleValue in core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
- Generates placeholder field values.
- ImageStyle::buildUrl in core/modules/image/src/Entity/ImageStyle.php
- Returns the URL of this image derivative for an original image path or URI.
- ImageStyle::flush in core/modules/image/src/Entity/ImageStyle.php
- Flushes cached media for this style.
- ImageStyle::getImageEffectPluginManager in core/modules/image/src/Entity/ImageStyle.php
- Returns the image effect plugin manager.
- ImageStyle::getImageFactory in core/modules/image/src/Entity/ImageStyle.php
- Returns the image factory.
- ImageStyle::getStreamWrapperManager in core/modules/image/src/Entity/ImageStyle.php
- Gets the stream wrapper manager service.
- ImageStyleDownloadController::__construct in core/modules/image/src/Controller/ImageStyleDownloadController.php
- Constructs an ImageStyleDownloadController object.
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
- Tests building an image style URL.
- ImageUrlFormatter::viewElements in core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php
- Builds a renderable array for a field value.
- ImageWidget::__construct in core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php
- Constructs an ImageWidget object.
- image_uninstall in core/modules/image/image.install
- Implements hook_uninstall().
- InlineBlockTest::testDeletion in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
- Tests that entity blocks deleted correctly.
- InlineTemplate::preRenderInlineTemplate in core/lib/Drupal/Core/Render/Element/InlineTemplate.php
- Renders a twig string directly.
- InstallerDependenciesResolutionTest::testDependenciesResolution in core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php
- Verifies that the exception message in the profile step is correct.
- InstallerLanguageTest::testInstallerTranslationCache in core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
- Tests profile info caching in non-English languages.
- InstallerTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
- Ensures that the user page is available after installation.
- InstallStorage::getAllFolders in core/lib/Drupal/Core/Config/InstallStorage.php
- Returns a map of all config object names and their folders.
- InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Functional/Module/InstallTest.php
- Tests recorded schema versions of early installed modules in the installer.
- InstallUninstallTest::assertInstallModuleUpdates in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
- Asserts the module post update functions after install.
- InstallUninstallTest::assertUninstallModuleUpdates in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
- Asserts the module post update functions after uninstall.
- install_begin_request in core/includes/install.core.inc
- Begins an installation request, modifying the installation state as needed.
- 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_config_import_batch in core/includes/install.core.inc
- Creates a batch for the config importer to process.
- install_config_revert_install_changes in core/includes/install.core.inc
- Reverts configuration if hook_install() implementations have made changes.
- install_display_output in core/includes/install.core.inc
- Displays themed installer output and ends the page request.
- install_retrieve_file in core/includes/install.core.inc
- Attempts to get a file using a HTTP request and to store it locally.
- 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/tests/src/Kernel/Views/IntegrationTest.php
- Tests basic aggregator_item view.
- JsCollectionRenderer::__construct in core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
- Constructs a JsCollectionRenderer.
- LanguageConfigFactoryOverride::installLanguageOverrides in core/modules/language/src/Config/LanguageConfigFactoryOverride.php
- Installs available language configuration overrides for a given langcode.
- LanguageConfigFactoryOverrideTest::testLanguageConfigFactoryOverride in core/modules/language/tests/src/Kernel/LanguageConfigFactoryOverrideTest.php
- Tests language.config_factory_override service has the default language.
- LanguageConfigOverrideImportTest::testConfigOverrideImport in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
- Tests that language can be enabled and overrides are created during a sync.
- LanguageConfigOverrideImportTest::testConfigOverrideImportEvents in core/modules/language/tests/src/Functional/LanguageConfigOverrideImportTest.php
- Tests that configuration events are not fired during a sync of overrides.
- LanguageConfigSchemaTest::testValidLanguageConfigSchema in core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php
- Tests whether the language config schema is valid.
- language_modules_installed in core/modules/language/language.module
- Implements hook_modules_installed().
- LayoutBuilder::__construct in core/modules/layout_builder/src/Element/LayoutBuilder.php
- Constructs a new LayoutBuilder.
- LayoutBuilderContextTrait::contextRepository in core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php
- Gets the context repository service.
- LayoutBuilderEntityViewDisplay::contextRepository in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
- Wraps the context repository service.
- LayoutBuilderEntityViewDisplay::sectionStorageManager in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
- Gets the section storage manager.
- LayoutBuilderEntityViewDisplay::__construct in core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
- Constructs an Entity object.
- LayoutDefinition::getIconBuilder in core/lib/Drupal/Core/Layout/LayoutDefinition.php
- Wraps the icon builder.
- LayoutEntityHelperTrait::sectionStorageManager in core/modules/layout_builder/src/LayoutEntityHelperTrait.php
- Gets the section storage manager.
- layout_builder_entity_view_alter in core/modules/layout_builder/layout_builder.module
- Implements hook_entity_view_alter().
- layout_builder_field_config_delete in core/modules/layout_builder/layout_builder.module
- Implements hook_field_config_delete().
- layout_builder_field_config_insert in core/modules/layout_builder/layout_builder.module
- Implements hook_field_config_insert().
- LibraryDiscoveryParser::__construct in core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
- Constructs a new LibraryDiscoveryParser instance.
- Link::getLinkGenerator in core/lib/Drupal/Core/Link.php
- Returns the link generator.
- Link::preRenderLink in core/lib/Drupal/Core/Render/Element/Link.php
- Pre-render callback: Renders a link into #markup.
- LinkFieldTest::testLinkFormatter in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests the default 'link' formatter.
- LinkFieldTest::testLinkSeparateFormatter in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests the 'link_separate' formatter.
- LinkFieldTest::testLinkTitle in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests the link title settings of a link field.
- LinkFieldTest::testURLValidation in core/modules/link/tests/src/Functional/LinkFieldTest.php
- Tests link field URL validation.
- LinkGenerationTest::testHookLinkAlter in core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php
- Tests how hook_link_alter() can affect escaping of the link text.
- LinkItemSerializationTest::setUp in core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php
- Set the default field storage backend for fields created during tests.
- Local::factory in core/lib/Drupal/Core/FileTransfer/Local.php
- Defines a factory method for this class.
- Local::removeDirectoryJailed in core/lib/Drupal/Core/FileTransfer/Local.php
- Removes a directory.
- LocalActionManagerTest::testCacheability in core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php
- Tests the cacheability of local actions.
- 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.
- LocaleBuildTest::testBuildProjects in core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
- Checks if a list of translatable projects gets built.
- LocaleConfigManagerTest::testGetStringTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
- Tests getStringTranslation().
- LocaleConfigManagerTest::testHasTranslation in core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php
- Tests hasTranslation().
- LocaleConfigTranslationImportTest::testLocaleRemovalAndConfigOverrideDelete in core/modules/locale/tests/src/Functional/LocaleConfigTranslationImportTest.php
- Tests removing a string from Locale deletes configuration translations.
- LocaleExportTest::testExportTranslation in core/modules/locale/tests/src/Functional/LocaleExportTest.php
- Tests exportation of translations.
- LocaleImportFunctionalTest::importPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- Helper function: import a standalone .po file in a given language.
- LocaleImportFunctionalTest::setUp in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- LocaleImportFunctionalTest::testConfigPoFile in core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php
- Tests .po file import with configuration translation.
- LocaleLocaleLookupTest::testFixOldPluralStyle in core/modules/locale/tests/src/Functional/LocaleLocaleLookupTest.php
- Tests old plural style @count[number] fix.
- LocalePluralFormatTest::importPoFile in core/modules/locale/tests/src/Functional/LocalePluralFormatTest.php
- Imports a standalone .po file in a given language.
- LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
- Tests that translated field descriptions do not affect the update system.
- LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate in core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
- Tests that translations do not affect the update system.
- locale_uninstall in core/modules/locale/locale.install
- Implements hook_uninstall().
- LocalStream::getFileSystem in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
- Returns file system service.
- LocalStream::mkdir in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
- Create a directory.
- LocalStream::rmdir in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
- Removes a directory.
- LocalTaskDefault::routeProvider in core/lib/Drupal/Core/Menu/LocalTaskDefault.php
- Returns the route provider.
- LoggerChannelTrait::getLogger in core/lib/Drupal/Core/Logger/LoggerChannelTrait.php
- Gets the logger for a specific channel.
- MachineName::processMachineName in core/lib/Drupal/Core/Render/Element/MachineName.php
- Processes a machine-readable name form element.
- 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/tests/src/Functional/ManageDisplayTest.php
- Tests switching view modes to use custom or 'default' settings'.
- ManageFieldsFunctionalTest::testDefaultValue in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests that default value is correctly validated and saved.
- ManageFieldsFunctionalTest::testPreconfiguredFields in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
- Tests the "preconfigured field" functionality.
- MapDataNormalizerTest::setUp in core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php
- MediaDisplayTest::testMediaDisplay in core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
- Tests basic media display.
- MediaSourceImageTest::testMediaImageSource in core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
- Tests the image media source.
- MediaSourceTest::createMediaTypeViaForm in core/modules/media/tests/src/Kernel/MediaSourceTest.php
- Creates a media type via form submit.
- MediaSourceTestBase::createMediaTypeField in core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
- Creates storage and field instance, attached to a given media type.
- MediaSourceTestBase::hideMediaTypeFieldWidget in core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
- Hides a widget in the default form display config.
- MediaStandardProfileTest::audioTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
- Tests the standard profile configuration for media type 'audio'.
- MediaStandardProfileTest::imageTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
- Tests the standard profile configuration for media type 'image'.
- MediaStandardProfileTest::videoTest in core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php
- Tests the standard profile configuration for media type 'video'.
- MediaType::sourcePluginCollection in core/modules/media/src/Entity/MediaType.php
- Returns media source lazy plugin collection.
- media_field_ui_preconfigured_options_alter in core/modules/media/media.module
- Implements hook_field_ui_preconfigured_options_alter().
- media_install in core/modules/media/media.install
- Implements hook_install().
- media_requirements in core/modules/media/media.install
- Implements hook_requirements().
- Menu::preDelete in core/modules/system/src/Entity/Menu.php
- Acts on entities before they are deleted and before hooks are invoked.
- MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/tests/src/Functional/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/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php
- Tests bubbleable metadata of menu links' outbound route/path processing.
- MenuLinkDefaultIntegrationTest::testMoveToRoot in core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php
- Tests moving a static menu link without a specified menu to the root.
- MenuLinksTest::setUp in core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
- MenuRouterTest::doTestMenuHierarchy in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests for menu hierarchy.
- MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests menu links added in hook_menu_links_discovered_alter().
- MenuRouterTest::doTestMenuName in core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
- Tests for menu_name parameter for default menu links.
- MenuTest::testMenus in core/modules/views/tests/src/Functional/Wizard/MenuTest.php
- Tests the menu functionality.
- MenuUiTest::checkInvalidParentMenuLinks in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Tests that parent options are limited by depth when adding menu links.
- MenuUiTest::getStandardMenuLink in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Returns standard menu link.
- MenuUiTest::testMenu in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
- Tests menu functionality using the admin and user interfaces.
- MenuUiTrait::assertMenuLink in core/modules/menu_ui/tests/src/Traits/MenuUiTrait.php
- Asserts that a menu fetched from the database matches an expected one.
- menu_link_content_entity_predelete in core/modules/menu_link_content/menu_link_content.module
- Implements hook_entity_predelete().
- menu_ui_form_node_form_alter in core/modules/menu_ui/menu_ui.module
- Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
- menu_ui_form_node_type_form_alter in core/modules/menu_ui/menu_ui.module
- Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
- MessengerTest::setUp in core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php
- MigrateAggregatorConfigsTest::testAggregatorSettings in core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php
- Tests migration of aggregator variables to aggregator.settings.yml.
- MigrateBookConfigsTest::testBookSettings in core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php
- Tests migration of book variables to book.settings.yml.
- MigrateBookConfigsTest::testBookSettings in core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php
- Tests migration of book variables to book.settings.yml.
- MigrateConfigRollbackTest::testConfigRollback in core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php
- Tests rolling back configuration.
- MigrateContactSettingsTest::testContactSettings in core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php
- Tests migration of contact variables to contact.settings.yml.
- MigrateDblogConfigsTest::testBookSettings in core/modules/dblog/tests/src/Kernel/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.
- MigrateFieldWidgetSettingsTest::testWidgetSettings in core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php
- Tests that migrated view modes can be loaded using D8 API's.
- MigrateFileConfigsTest::testFileSettings in core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileConfigsTest.php
- Tests migration of file variables to file.settings.yml.
- MigrateFileConfigsTest::testFileSettings in core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileConfigsTest.php
- Tests migration of file variables to file.settings.yml.
- MigrateForumConfigsTest::testForumSettings in core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php
- Tests migration of forum variables to forum.settings.yml.
- MigrateLocaleConfigsTest::testLocaleSettings in core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
- Tests migration of locale variables to locale.settings.yml.
- MigrateMenuLinkTest::testMenuLinks in core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php
- Tests migration of menu links.
- MigrateMenuTranslationTest::testMenuTranslation in core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTranslationTest.php
- Tests migration of menu translations.
- MigrateNodeConfigsTest::testNodeSettings in core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php
- Tests Drupal 6 node settings to Drupal 8 migration.
- MigrateRollbackEntityConfigTest::testConfigEntityRollback in core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php
- Tests rolling back configuration entity translations.
- MigrateSearchSettingsTest::testSearchSettings in core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php
- Tests migration of search variables to search.settings.yml.
- MigrateStatisticsConfigsTest::testStatisticsSettings in core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php
- Tests migration of statistics variables to statistics.settings.yml.
- MigrateStatisticsConfigsTest::testStatisticsSettings in core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php
- Tests migration of statistics variables to statistics.settings.yml.
- MigrateSyslogConfigsTest::testSyslogSettings in core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php
- Tests migration of syslog variables to syslog.settings.yml.
- MigrateSystemSiteTranslationTest::testSystemSite in core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateSystemSiteTranslationTest.php
- Tests migration of system (site) variables to system.site.yml.
- MigrateTaxonomyConfigsTest::testTaxonomySettings in core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php
- Tests migration of taxonomy variables to taxonomy.settings.yml.
- MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTranslationTest.php
- Tests the Drupal 6 i18n taxonomy vocabularies to Drupal 8 migration.
- MigrateTaxonomyVocabularyTranslationTest::testTaxonomyVocabularyTranslation in core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTranslationTest.php
- Tests the Drupal 7 i18n taxonomy vocabularies to Drupal 8 migration.
- MigrateTextConfigsTest::testTextSettings in core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php
- Tests migration of text variables to text.settings.yml.
- MigrateUpdateConfigsTest::testUpdateSettings in core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
- Tests migration of update variables to update.settings.yml.
- MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
- Tests the flow of the Migrate Drupal UI form.
- MigrateUpgradeImportBatch::run in core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
- Runs a single migrate batch import.
- MigrateUpgradeTestBase::assertFileMigrations in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
- Checks public and private files are copied but not temporary files.
- MigrateUpgradeTestBase::assertIdConflictForm in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
- Helper method that asserts text on the ID conflict form.
- MigrateUpgradeTestBase::assertUpgrade in core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
- Asserts the upgrade completed successfully.
- MigrateUserConfigsTest::testUserMail in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php
- Tests migration of user variables to user.mail.yml.
- MigrateUserConfigsTranslationTest::testUserConfig in core/modules/config_translation/tests/src/Kernel/Migrate/d7/MigrateUserConfigsTranslationTest.php
- Tests migration of i18n user variables to user.mail and user.settings.
- MigrateUserConfigsTranslationTest::testUserMail in core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php
- Tests migration of i18n user variables to user.mail.yml.
- MigrateUserContactSettingsTest::testUserContactSettings in core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php
- Tests the Drupal6 user contact settings migration.
- MigrateUserProfileTranslationRollbackTest::testRollback in core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserProfileTranslationRollbackTest.php
- Tests rollback of the complete node migration.
- migrate_drupal_migration_plugins_alter in core/modules/migrate_drupal/migrate_drupal.module
- Implements hook_migration_plugins_alter().
- MigrationConfigurationTrait::getConfigFactory in core/modules/migrate_drupal/src/MigrationConfigurationTrait.php
- Gets the config factory service.
- MigrationConfigurationTrait::getMigrationPluginManager in core/modules/migrate_drupal/src/MigrationConfigurationTrait.php
- Gets the migration plugin manager service.
- MigrationConfigurationTrait::getState in core/modules/migrate_drupal/src/MigrationConfigurationTrait.php
- Gets the state service.
- MigrationPluginManagerTest::setUp in core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
- MigrationTest::testGetMigrationDependencies in core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
- Tests Migration::getMigrationDependencies()
- ModerationStateFieldItemList::getModerationStateId in core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
- Gets the moderation state ID linked to a content entity revision.
- ModerationStateFieldItemList::loadContentModerationStateRevision in core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
- Load the content moderation state revision associated with an entity.
- ModerationStateFieldItemList::updateModeratedEntity in core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
- Updates the default revision flag and the publishing status of the entity.
- ModerationStateFieldItemListTest::testEntityWithNoWorkflow in core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
- Tests updating the state for an entity without a workflow.
- Module::isInstalled in core/lib/Drupal/Core/Updater/Module.php
- Checks if the project is installed.
- ModuleConfigureRouteTest::setUp in core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
- ModuleExtensionListTest::testGetlist in core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php
- @covers ::getList
- ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
- Tests dependency resolution.
- ModuleHandlerTest::testProfileAllDependencies in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
- Tests that a profile can supply only real dependencies.
- ModuleHandlerTest::testUninstallContentDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
- Tests uninstalling a module that has content.
- ModuleHandlerTest::testUninstallProfileDependency in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
- Tests uninstalling a module installed by a profile.
- ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
- Installs a given list of modules.
- ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
- Uninstalls a given list of modules.
- ModuleInstaller::__construct in core/lib/Drupal/Core/Extension/ModuleInstaller.php
- Constructs a new ModuleInstaller instance.
- ModulesUninstallForm::__construct in core/modules/system/src/Form/ModulesUninstallForm.php
- Constructs a ModulesUninstallForm object.
- ModuleTest::testViewsEmbedView in core/modules/views/tests/src/Kernel/ModuleTest.php
- Tests views.module: views_embed_view().
- module_load_include in core/includes/module.inc
- Loads a module include file.
- MonkeysInTheControlRoom::handle in core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
- NestedFormTest::testNestedFieldForm in core/modules/field/tests/src/Functional/NestedFormTest.php
- Tests Field API form integration within a subform.
- Node::preDelete in core/modules/node/src/Entity/Node.php
- Acts on entities before they are deleted and before hooks are invoked.
- Node::__construct in core/modules/node/src/Plugin/views/wizard/Node.php
- Node constructor.
- NodeAccessFieldTest::setUp in core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
- NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
- Tests rebuilding the node access permissions table with content.
- NodeAccessTest::setUp in core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
- NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType in core/modules/node/tests/src/Functional/NodeRevisionPermissionsTest.php
- Tests general revision access permissions.
- NodeRevisionPermissionsTest::testNodeRevisionAccessPerType in core/modules/node/tests/src/Functional/NodeRevisionPermissionsTest.php
- Tests revision access permissions for a specific content type.
- NodeRSSContentTest::testUrlHandling in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
- Tests relative, root-relative, protocol-relative and absolute URLs.
- NodeTypeTest::testNodeTypeEditing in core/modules/node/tests/src/Functional/NodeTypeTest.php
- Tests editing a node type using the UI.
- NodeTypeTest::testNodeTypeNoContentType in core/modules/node/tests/src/Functional/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_add_body_field in core/modules/node/node.module
- Adds the default body field to a node type.
- node_query_node_access_alter in core/modules/node/node.module
- Implements hook_query_TAG_alter().
- NoSourcePluginDecorator::getDefinitions in core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php
- Gets the definition of all plugins for this type.
- NumberFieldTest::testNumberDecimalField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Tests decimal field.
- NumberFieldTest::testNumberFloatField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Tests float field.
- NumberFieldTest::testNumberIntegerField in core/modules/field/tests/src/Functional/Number/NumberFieldTest.php
- Tests integer field.
- OEmbed::validateConfigurationForm in core/modules/media/src/Plugin/media/Source/OEmbed.php
- Form validation handler.
- OpmlFeedAdd::buildForm in core/modules/aggregator/src/Form/OpmlFeedAdd.php
- Form constructor.
- OptionsWidgetsTest::testEmptyValue in core/modules/options/tests/src/Functional/OptionsWidgetsTest.php
- Tests the 'options_select' and 'options_button' widget for empty value.
- Page::__construct in core/modules/views/src/Plugin/views/display/Page.php
- Constructs a Page object.
- PagePreviewTest::setUp in core/modules/node/tests/src/Functional/PagePreviewTest.php
- PagePreviewTest::testPagePreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
- Checks the node preview functionality.
- PagePreviewTest::testPagePreviewWithRevisions in core/modules/node/tests/src/Functional/PagePreviewTest.php
- Checks the node preview functionality, when using revisions.
- pager_test_preprocess_pager in core/modules/system/tests/modules/pager_test/pager_test.module
- Implements hook_preprocess_HOOK().
- PathAlias::postDelete in core/modules/path_alias/src/Entity/PathAlias.php
- Acts on deleted entities before the delete hook is invoked.
- PathAlias::postSave in core/modules/path_alias/src/Entity/PathAlias.php
- Acts on a saved entity before the insert or update hook is invoked.
- PathBasedBreadcrumbBuilder::__construct in core/modules/system/src/PathBasedBreadcrumbBuilder.php
- Constructs the PathBasedBreadcrumbBuilder.
- PathFieldItemList::computeValue in core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
- Computes the values for an item list.
- PathItemTest::testPathItem in core/modules/path/tests/src/Kernel/PathItemTest.php
- Tests creating, loading, updating and deleting aliases through PathItem.
- PathPluginBase::remove in core/modules/views/src/Plugin/views/display/PathPluginBase.php
- Reacts on deleting a display.
- PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
- PhpBackendTest::createCacheBackend in core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php
- Creates a new instance of MemoryBackend.
- PluginBase::getRenderer in core/modules/views/src/Plugin/views/PluginBase.php
- Returns the render API renderer.
- PluginDependencyTrait::themeHandler in core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php
- Wraps the theme handler.
- PrivateTempStore::startSession in core/lib/Drupal/Core/TempStore/PrivateTempStore.php
- Start session because it is required for a private temp store.
- ProjectSecurityRequirement::getDateEndRequirement in core/modules/update/src/ProjectSecurityRequirement.php
- Gets the security coverage requirement based on an end date.
- ProviderRepository::__construct in core/modules/media/src/OEmbed/ProviderRepository.php
- Constructs a ProviderRepository instance.
- QuickEditTestBase::createFieldWithStorage in core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php
- Creates a field.
- quickedit_library_info_alter in core/modules/quickedit/quickedit.module
- Implements hook_library_info_alter().
- RdfCommentStorageLoadTest::testRdfCommentStorageLoad in core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php
- Tests rdf_comment_storage_load.
- ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
- Tests read-only specific behavior.
- RedirectOnExceptionTest::testRedirectOn404 in core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
- ReEnableModuleFieldTest::testReEnabledField in core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
- Tests the behavior of a field module after being disabled and re-enabled.
- Registry::__construct in core/lib/Drupal/Core/Theme/Registry.php
- Constructs a \Drupal\Core\Theme\Registry object.
- RegistryLegacyTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
- Tests the theme registry with theme functions and multiple subthemes.
- RegistryLegacyTest::testSuggestionPreprocessFunctions in core/tests/Drupal/KernelTests/Core/Theme/RegistryLegacyTest.php
- Tests the theme registry with theme functions with suggestions.
- RegistryTest::testMultipleSubThemes in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
- Tests the theme registry with multiple subthemes.
- RegistryTest::testSuggestionPreprocessFunctions in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
- Tests the theme registry with suggestions.
- RegistryTest::testThemeRegistryAlterByTheme in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
- Tests that the theme registry can be altered by themes.
- RegistryTest::testThemeTemplatesRegisteredByModules in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
- Tests theme-provided templates that are registered by modules.
- ReindexConfirm::submitForm in core/modules/search/src/Form/ReindexConfirm.php
- Form submission handler.
- RelationshipFieldAccess::access in core/modules/jsonapi/src/Access/RelationshipFieldAccess.php
- Checks access to the relationship field on the given route.
- ReplicaKillSwitchTest::testSystemInitIgnoresSecondaries in core/tests/Drupal/KernelTests/Core/Database/ReplicaKillSwitchTest.php
- Tests database.replica_kill_switch service.
- ResourceIdentifier::fromEntity in core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
- Creates a ResourceIdentifier object.
- ResourceIdentifier::getResourceType in core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
- Gets the resource identifier's JSON:API resource type.
- ResourceIdentifier::getVirtualOrMissingResourceIdentifier in core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
- Creates a ResourceIdentifier for a NULL or FALSE entity reference item.
- ResourceIdentifier::toResourceIdentifier in core/modules/jsonapi/src/JsonApiResource/ResourceIdentifier.php
- Creates a ResourceIdentifier object.
- ResourceTest::testUriPaths in core/modules/rest/tests/src/Functional/ResourceTest.php
- Tests that resource URI paths are formatted properly.
- ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
- Tests responsive image formatters linked to the file or node.
- ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
- Tests responsive image formatters on node display.
- responsive_image_get_mime_type in core/modules/responsive_image/responsive_image.module
- Determines the MIME type of an image.
- RestExport::buildResponse in core/modules/rest/src/Plugin/views/display/RestExport.php
- Builds up a response with the rendered view as content.
- RestResourceConfig::getResourcePluginManager in core/modules/rest/src/Entity/RestResourceConfig.php
- Returns the resource plugin manager.
- RetrieveFileTest::testFileRetrieving in core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
- Invokes system_retrieve_file() in several scenarios.
- ReviewForm::__construct in core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
- ReviewForm constructor.
- RouteNoneTest::testProcessOutbound in core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php
- Tests the output process.
- RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/tests/Drupal/KernelTests/Core/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/Routing/RouteProviderTest.php
- 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/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
- Tests that route caching works.
- RssTest::setUp in core/modules/taxonomy/tests/src/Functional/RssTest.php
- SaveDataTest::testExistingRename in core/modules/file/tests/src/Kernel/SaveDataTest.php
- Tests file_save_data() when renaming around an existing file.
- SaveDataTest::testExistingReplace in core/modules/file/tests/src/Kernel/SaveDataTest.php
- Tests file_save_data() when replacing an existing file.
- SaveDataTest::testWithFilename in core/modules/file/tests/src/Kernel/SaveDataTest.php
- Tests the file_save_data() function when a filename is provided.
- SaveDataTest::testWithoutFilename in core/modules/file/tests/src/Kernel/SaveDataTest.php
- Tests the file_save_data() function when no filename is provided.
- SaveUploadFormTest::setUp in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- SaveUploadFormTest::testCombinedErrorMessages in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests that multiple validation errors are combined in one message.
- SaveUploadFormTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests for log entry on failing destination.
- SaveUploadFormTest::testErrorMessagesAreNotChanged in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests that form validation does not change error messages.
- SaveUploadFormTest::testExistingError in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests for failure when uploading over a file that already exists.
- SaveUploadFormTest::testExistingRename in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests renaming when uploading over a file that already exists.
- SaveUploadFormTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests replacement when uploading over a file that already exists.
- SaveUploadFormTest::testHandleDangerousFile in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests dangerous file handling.
- SaveUploadFormTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests extension handling.
- SaveUploadFormTest::testHandleFileMunge in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests file munge handling.
- SaveUploadFormTest::testNormal in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests the _file_save_upload_from_form() function.
- SaveUploadFormTest::testUploadFieldIsHighlighted in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
- Tests highlighting of file upload field when it has an error.
- SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/tests/src/Functional/SaveUploadTest.php
- Tests for log entry on failing destination.
- SchemaCheckTestTrait::assertConfigSchemaByName in core/tests/Drupal/Tests/SchemaCheckTestTrait.php
- Asserts configuration, specified by name, has a valid schema.
- SchemaCheckTraitTest::setUp in core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
- SearchAdminThemeTest::testSearchUsingAdminTheme in core/modules/search/tests/src/Functional/SearchAdminThemeTest.php
- Tests that search results could be displayed in administration theme.
- SearchBlockTest::testSearchFormBlock in core/modules/search/tests/src/Functional/SearchBlockTest.php
- Tests that the search form block can be placed and works.
- SearchConfigSettingsFormTest::assertDefaultSearch in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
- Checks that the default search page matches expectations.
- SearchIndex::__construct in core/modules/search/src/SearchIndex.php
- SearchIndex constructor.
- SearchMatchTest::_setup in core/modules/search/tests/src/Kernel/SearchMatchTest.php
- Set up a small index of items to test against.
- SearchMultilingualEntityTest::testMultilingualSearch in core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
- Tests the indexing throttle and search results with multilingual nodes.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
- Tests that the search index info is properly updated when a node changes.
- 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.
- SearchQuery::parseSearchExpression in core/modules/search/src/SearchQuery.php
- Parses the search query into SQL conditions.
- SearchRankingTest::testHTMLRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
- Tests rankings of HTML tags.
- SearchSimplifyTest::testSearchSimplifyPunctuation in core/modules/search/tests/src/Kernel/SearchSimplifyTest.php
- Tests that text analysis does the right thing with punctuation.
- SearchSimplifyTest::testSearchSimplifyUnicode in core/modules/search/tests/src/Kernel/SearchSimplifyTest.php
- Tests that all Unicode characters simplify correctly.
- SearchTokenizerTest::testNoTokenizer in core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
- Verifies that strings of non-CJK characters are not tokenized.
- SearchTokenizerTest::testTokenizer in core/modules/search/tests/src/Kernel/SearchTokenizerTest.php
- Verifies that strings of CJK characters are tokenized.
- search_cron in core/modules/search/search.module
- Implements hook_cron().
- search_post_update_reindex_after_diacritics_rule_change in core/modules/search/search.post_update.php
- Mark everything for reindexing after diacritics removal rule change.
- search_requirements in core/modules/search/search.install
- Implements hook_requirements().
- Section::contextHandler in core/modules/layout_builder/src/Section.php
- Wraps the context handler.
- Section::layoutPluginManager in core/modules/layout_builder/src/Section.php
- Wraps the layout plugin manager.
- SectionComponent::contextHandler in core/modules/layout_builder/src/SectionComponent.php
- Wraps the context handler.
- SectionComponent::eventDispatcher in core/modules/layout_builder/src/SectionComponent.php
- Wraps the event dispatcher.
- SectionComponent::pluginManager in core/modules/layout_builder/src/SectionComponent.php
- Wraps the component plugin manager.
- ServiceDeprecationTest::testGetDeprecated in core/tests/Drupal/FunctionalTests/Core/Container/ServiceDeprecationTest.php
- @covers ::get
- settings_tray_preprocess_block in core/modules/settings_tray/settings_tray.module
- Implements hook_preprocess_HOOK() for block templates.
- ShortcutLinksTest::testShortcutLinkChangeRoute in core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
- Tests that changing the route of a shortcut link works.
- simpletest_uninstall in core/modules/simpletest/simpletest.install
- Implements hook_uninstall().
- SortRandomTest::testRandomOrderingWithRenderCaching in core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php
- Tests random ordering with tags based caching.
- Sql::getMigrationPluginManager in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Returns the migration plugin manager.
- SqlContentEntityStorageSchema::deletedFieldsRepository in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
- Gets the deleted fields repository.
- SqlTest::setUp in core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php
- Stable9TemplateOverrideTest::testStable9TemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
- Ensures that Stable 9 overrides all relevant core templates.
- StableTemplateOverrideTest::testStableTemplateOverrides in core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php
- Ensures that Stable overrides all relevant core templates.
- StackKernelIntegrationTest::testRequest in core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php
- Tests a request.
- statistics_cron in core/modules/statistics/statistics.module
- Implements hook_cron().
- statistics_tokens in core/modules/statistics/statistics.tokens.inc
- Implements hook_tokens().
- StatusTest::testStatusPage in core/modules/system/tests/src/Functional/System/StatusTest.php
- Tests that the status page returns.
- StreamWrapperManagerTest::setUp in core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
- StreamWrapperTest::testGetValidStreamScheme in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
- Tests the scheme functions.
- StreamWrapperTest::testUriFunctions in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
- Tests the getViaUri() and getViaScheme() methods and target functions.
- StringFieldTest::_testTextfieldWidgets in core/modules/field/tests/src/Functional/String/StringFieldTest.php
- Helper function for testTextfieldWidgets().
- StringTranslationTrait::getStringTranslation in core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php
- Gets the string translation service.
- StyleSerializerTest::setUp in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- StyleSerializerTest::testLivePreview in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests the live preview output for json output.
- StyleSerializerTest::testRestRenderCaching in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
- Tests REST export with views render caching enabled.
- SystemController::__construct in core/modules/system/src/Controller/SystemController.php
- Constructs a new SystemController.
- system_check_directory in core/modules/system/system.module
- Checks the existence of the directory specified in $form_element.
- 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_page_top in core/modules/system/system.module
- Implements hook_page_top().
- system_post_update_entity_revision_metadata_bc_cleanup in core/modules/system/system.post_update.php
- Remove backwards-compatibility leftovers from entity type definitions.
- system_post_update_extra_fields_form_display in core/modules/system/system.post_update.php
- Update all entity form displays that contain extra fields.
- system_requirements in core/modules/system/system.install
- Implements hook_requirements().
- system_retrieve_file in core/modules/system/system.module
- Attempts to get a file using Guzzle HTTP client and to store it locally.
- system_token_info in core/modules/system/system.tokens.inc
- Implements hook_token_info().
- Tables::__construct in core/modules/workspaces/src/EntityQuery/Tables.php
- Tables::__construct in core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
- TaggedWithTest::setUp in core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
- TaxonomyFieldTidTest::testViewsHandlerTidField in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php
- Tests the taxonomy field handler.
- TaxonomyFieldVidTest::testViewsHandlerVidField in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
- Tests the field handling for the Vocabulary ID.
- TaxonomyImageTest::setUp in core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
- TaxonomyIndexTid::__construct in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
- Constructs a TaxonomyIndexTid object.
- TaxonomyTermViewTest::setUp in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermViewTest.php
- TaxonomyTestBase::mockStandardInstall in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
- Provides a workaround for the inability to use the standard profile.
- TaxonomyTranslationTestTrait::setUpTermReferenceField in core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
- Adds term reference field for the article content type.
- TelephoneFieldTest::setUp in core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php
- template_preprocess_book_navigation in core/modules/book/book.module
- Prepares variables for book navigation templates.
- template_preprocess_comment in core/modules/comment/comment.module
- Prepares variables for comment templates.
- template_preprocess_file_link in core/modules/file/file.module
- Prepares variables for file link templates.
- template_preprocess_image in core/includes/theme.inc
- Prepares variables for image templates.
- template_preprocess_image_style_preview in core/modules/image/image.admin.inc
- Prepares variables for image style preview templates.
- template_preprocess_pager in core/includes/theme.inc
- Prepares variables for pager templates.
- template_preprocess_system_modules_details in core/modules/system/system.admin.inc
- Prepares variables for the module details templates.
- template_preprocess_time in core/includes/theme.inc
- Prepares variables for time templates.
- template_preprocess_views_mini_pager in core/modules/views/views.theme.inc
- Prepares variables for views mini-pager templates.
- TemporaryJsonapiFileFieldUploader::__construct in core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php
- Constructs a FileUploadResource instance.
- TermContextTest::testGetRuntimeContexts in core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php
- @covers ::getRuntimeContexts
- TermIndexTest::setUp in core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
- TermTest::setUp in core/modules/taxonomy/tests/src/Functional/TermTest.php
- TestControllers::removeExceptionLogger in core/modules/system/tests/modules/router_test_directory/src/TestControllers.php
- TestFileCreationTrait::getTestFiles in core/tests/Drupal/Tests/TestFileCreationTrait.php
- Gets a list of files that can be used in tests.
- TestFileTransferWithSettingsForm::factory in core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php
- Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
- 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
- TestSiteOliveroInstallTestScript::setup in core/tests/Drupal/TestSite/TestSiteOliveroInstallTestScript.php
- Run the code to setup the test environment.
- TestViewsTest::testDefaultConfig in core/modules/views/tests/src/Kernel/TestViewsTest.php
- Tests default configuration data type.
- TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/tests/src/Functional/TextFieldTest.php
- Tests required long text with file upload.
- TextFieldTest::_testTextfieldWidgetsFormatted in core/modules/text/tests/src/Functional/TextFieldTest.php
- Helper function for testTextfieldWidgetsFormatted().
- TextFormat::elementInfo in core/modules/filter/src/Element/TextFormat.php
- Wraps the element info service.
- TextFormatElementFormTest::setUp in core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php
- Sets up the test.
- TextProcessed::getRenderer in core/modules/text/src/TextProcessed.php
- Returns the renderer service.
- text_post_update_add_required_summary_flag_form_display in core/modules/text/text.post_update.php
- Update text_with_summary widgets to add summary required flags.
- ThemeExtensionListTest::testGetlist in core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php
- @covers ::getList
- ThemeInstaller::__construct in core/lib/Drupal/Core/Extension/ThemeInstaller.php
- Constructs a new ThemeInstaller.
- ThemeRenderAndAutoescapeTest::testBubblingMetadata in core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
- Ensure cache metadata is bubbled when using theme_render_and_autoescape().
- ThemeRenderAndAutoescapeTest::testBubblingMetadataWithRenderable in core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
- Ensure cache metadata is bubbled when using theme_render_and_autoescape().
- ThemeRenderAndAutoescapeTest::testThemeRenderAndAutoescape in core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php
- @dataProvider providerTestThemeRenderAndAutoescape
- ThemeSettingsForm::buildForm in core/modules/system/src/Form/ThemeSettingsForm.php
- ThemeSettingsTest::testLogoConfig in core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php
- Tests that the default logo config can be overridden.
- ThemeTest::testSwitchDefaultTheme in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Tests switching the default theme.
- ThemeTest::testThemeSettings in core/modules/system/tests/src/Functional/System/ThemeTest.php
- Tests the theme settings form.
- theme_get_registry in core/includes/theme.inc
- Gets the theme registry.
- theme_get_setting in core/includes/theme.inc
- Retrieves a setting for the current theme or for a given theme.
- TokenReplaceKernelTest::testSystemDateTokenReplacement in core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php
- Tests the generation of all system date tokens.
- TokenReplaceTest::setUp in core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php
- Toolbar::breakpointManager in core/modules/toolbar/src/Element/Toolbar.php
- Wraps the breakpoint manager.
- ToolbarController::preRenderAdministrationTray in core/modules/toolbar/src/Controller/ToolbarController.php
- Renders the toolbar's administration tray.
- ToolbarController::preRenderGetRenderedSubtrees in core/modules/toolbar/src/Controller/ToolbarController.php
- #pre_render callback for toolbar_get_rendered_subtrees().
- ToolkitTestTrait::getImage in core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php
- Sets up an image with the custom toolkit.
- 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/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
- Ensures that cacheFilename() varies by extensions + deployment identifier.
- TwigEnvironmentTest::testInlineTemplate in core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
- Tests inline templates.
- TwigEnvironmentTest::testTemplateClassname in core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
- Ensures that templates resolve to the same class name and cache file.
- TwigEnvironmentTest::testTemplateInvalidation in core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
- Tests template invalidation.
- TwigEnvironmentTest::testTemplateNotFoundException in core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php
- Tests that exceptions are thrown when a template is not found.
- TwigExtension::__construct in core/lib/Drupal/Core/Template/TwigExtension.php
- Constructs \Drupal\Core\Template\TwigExtension.
- TwigExtensionTest::testsRenderEscapedZeroValue in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests output of integer and double 0 values of TwigExtension::escapeFilter().
- TwigExtensionTest::testsRenderZeroValue in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests output of integer and double 0 values of TwigExtension->renderVar().
- TwigExtensionTest::testTwigExtensionLoaded in core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php
- Tests that the provided Twig extension loads the service appropriately.
- TwigLoaderTest::testTwigLoaderAddition in core/modules/system/tests/src/Functional/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/tests/src/Kernel/Theme/TwigNamespaceTest.php
- TwigRegistryLoaderTest::setUp in core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php
- TwigTransTest::installLanguages in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Helper function: install languages.
- TwigTransTest::testEmptyTwigTransTags in core/modules/system/tests/src/Functional/Theme/TwigTransTest.php
- Tests empty Twig "trans" tags.
- TwigWhiteListTest::setUp in core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
- TwigWhiteListTest::testWhiteListChaining in core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
- Tests white-listing of methods doesn't interfere with chaining.
- twig_render_template in core/themes/engines/twig/twig.engine
- Implements hook_render_template().
- TypedConfigManager::__construct in core/lib/Drupal/Core/Config/TypedConfigManager.php
- Creates a new typed configuration manager.
- TypedConfigTest::testSimpleConfigValidation in core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
- Tests config validation via the Typed Data API.
- TypedConfigTest::testTypedDataAPI in core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
- Verifies that the Typed Data API is implemented correctly.
- UiHelperTrait::drupalUserIsLoggedIn in core/tests/Drupal/Tests/UiHelperTrait.php
- Returns whether a given user account is logged in.
- UpdateController::__construct in core/modules/update/src/Controller/UpdateController.php
- Constructs update status data.
- UpdateFetcher::__construct in core/modules/update/src/UpdateFetcher.php
- Constructs an UpdateFetcher.
- UpdateManagerInstall::submitForm in core/modules/update/src/Form/UpdateManagerInstall.php
- Form submission handler.
- UpdatePathLastRemovedTest::testLastRemovedVersion in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
- Tests that a module with a too old schema version can not be updated.
- UpdatePathTestBaseTest::testDatabaseLoaded in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
- Tests that the database was properly loaded.
- UpdatePathTestBaseTest::testUpdateHookN in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
- Tests that updates are properly run.
- UpdatePostUpdateTest::setUp in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
- Updater::findInfoFile in core/lib/Drupal/Core/Updater/Updater.php
- Determines what the most important (or only) info file is in a directory.
- UpdateReady::submitForm in core/modules/update/src/Form/UpdateReady.php
- Form submission handler.
- UpdateRemovedPostUpdateTest::testRemovedPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
- Tests hook_post_update_NAME().
- UpdateSchemaTest::testUpdateHooks in core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php
- Tests that update hooks are properly run.
- UpdateScriptTest::runUpdates in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Helper function to run updates via the browser.
- UpdateScriptTest::testRequirements in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests that requirements warnings and errors are correctly displayed.
- UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests performing updates with update.php in a multilingual environment.
- UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
- Tests update.php after performing a successful update.
- UpdatesWith7xTest::testWith7x in core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php
- update_get_update_function_list in core/includes/update.inc
- Returns an organized list of update functions for a set of modules.
- update_get_update_list in core/includes/update.inc
- Returns a list of all the pending database updates.
- 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().
- update_retrieve_dependencies in core/includes/update.inc
- Invokes hook_update_dependencies() in all installed modules.
- update_verify_update_archive in core/modules/update/update.module
- Implements hook_verify_update_archive().
- 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.
- 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/tests/src/Kernel/UserActionConfigSchemaTest.php
- Tests whether the user action config schema are valid.
- UserAuthenticationController::__construct in core/modules/user/src/Controller/UserAuthenticationController.php
- Constructs a new UserAuthenticationController object.
- UserEntityReferenceTest::testUserSelectionByRole in core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php
- Tests user selection by roles.
- UserLoginForm::__construct in core/modules/user/src/Form/UserLoginForm.php
- Constructs a new UserLoginForm.
- UserPasswordForm::__construct in core/modules/user/src/Form/UserPasswordForm.php
- Constructs a UserPasswordForm object.
- UserRegistrationTest::testRegistrationWithUserFields in core/modules/user/tests/src/Functional/UserRegistrationTest.php
- Tests Field API fields on user registration forms.
- user_login_finalize in core/modules/user/user.module
- Finalizes the login process and logs in a user.
- UuidItem::applyDefaultValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php
- Applies the default value.
- ValidatorTest::setUp in core/modules/file/tests/src/Kernel/ValidatorTest.php
- ViewEditForm::__construct in core/modules/views_ui/src/ViewEditForm.php
- Constructs a new ViewEditForm object.
- ViewExecutable::hasUrl in core/modules/views/src/ViewExecutable.php
- Determines whether you can link to the view or a particular display.
- ViewExecutable::__wakeup in core/modules/views/src/ViewExecutable.php
- Magic method implementation to unserialize the view executable.
- 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.
- ViewsLegacyTest::testTimeCache in core/modules/views/tests/src/Kernel/ViewsLegacyTest.php
- Tests the Time cache plugin.
- ViewsNoResultsBehaviorTest::setUp in core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
- ViewsPreprocessTest::testCssClassCleaning in core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
- Tests css classes on displays are cleaned correctly.
- views_entity_field_label in core/modules/views/views.views.inc
- Returns the label of a certain field.
- 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.
- WidgetPluginManagerTest::testNotApplicableFallback in core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
- Tests that getInstance falls back on default if current is not applicable.
- WizardPluginBase::__construct in core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php
- Constructs a WizardPluginBase object.
- Workflow::getPluginCollection in core/modules/workflows/src/Entity/Workflow.php
- Encapsulates the creation of the workflow's plugin collection.
- WorkspaceCacheContextTest::testWorkspaceCacheContext in core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php
- Tests the 'workspace' cache context.
- WorkspaceCRUDTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
- WorkspaceCRUDTest::testDeletingWorkspaces in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
- Tests the deletion of workspaces.
- WorkspacePermissionsTest::testCreateWorkspace in core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php
- Verifies that a user can create but not edit a workspace.
- WorkspacesContentModerationStateTest::testWorkspaceEntityTypeModeration in core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
- Tests that the 'workspace' entity type can not be moderated.
- workspaces_module_preinstall in core/modules/workspaces/workspaces.install
- Implements hook_module_preinstall().
- WorkspaceTestTrait::assertWorkspaceAssociation in core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
- Checks the workspace_association records for a test scenario.
- WorkspaceTestTrait::initializeWorkspacesModule in core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php
- Enables the Workspaces module and creates two workspaces.
- WorkspaceTestUtilities::getOneEntityByLabel in core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php
- Loads a single entity by its label.
- _batch_progress_page in core/includes/batch.inc
- Outputs a batch processing page.
- _ckeditor_theme_css in core/modules/ckeditor/ckeditor.module
- Retrieves the default theme's CKEditor stylesheets.
- _color_render_images in core/modules/color/color.module
- Renders images that match a given palette.
- _content_moderation_views_data_object in core/modules/content_moderation/content_moderation.views.inc
- Creates a ViewsData object to respond to views hooks.
- _content_translation_form_language_content_settings_form_alter in core/modules/content_translation/content_translation.admin.inc
- (proxied) Implements hook_form_FORM_ID_alter().
- _content_translation_install_field_storage_definitions in core/modules/content_translation/content_translation.module
- Installs Content Translation's fields for a given entity type.
- _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.
- _editor_get_formatted_text_fields in core/modules/editor/editor.module
- Determines the formatted text fields on an entity.
- _file_save_upload_single in core/modules/file/file.module
- Saves a file upload to a new location.
- _filter_html_image_secure_process in core/modules/filter/filter.module
- Process callback for local image filter.
- _help_topics_search_update in core/modules/help_topics/help_topics.module
- Ensure that search is updated when extensions are installed or uninstalled.
- _locale_rebuild_js in core/modules/locale/locale.module
- (Re-)Creates the JavaScript translation file for a language.
- _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.
- _responsive_image_image_style_url in core/modules/responsive_image/responsive_image.module
- Wrapper around image_style_url() so we can return an empty image.
- _search_find_match_with_simplify in core/modules/search/search.module
- Finds an appropriate keyword in text.
- _system_advisories_requirements in core/modules/system/system.install
- Display requirements from security advisories.
- _update_fix_missing_schema in core/includes/update.inc
- Helper to detect and fix 'missing' schema information.