AssertContentTrait::assertNoFieldByName |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Asserts that a field does not exist with the given name and value. |
AssertLegacyTrait::assertFieldByName |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field exists with the given name and value. |
AssertLegacyTrait::assertNoFieldByName |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a field does not exist with the given name and value. |
AttachedAssetsTest::testLibraryNameConflicts |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests that multiple modules can implement libraries with the same name. |
AttributeValueBase::$name |
property |
core/lib/Drupal/Core/Template/AttributeValueBase.php |
The name of the value. |
AuthorNameFormatter |
class |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
Plugin implementation of the 'comment_username' formatter. |
AuthorNameFormatter.php |
file |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
|
AuthorNameFormatter::isApplicable |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
Returns if the formatter can be used for the provided field. |
AuthorNameFormatter::viewElements |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php |
Builds a renderable array for a field value. |
BaseFieldDefinition::getMainPropertyName |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the name of the main property, if any. |
BaseFieldDefinition::getName |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the machine name of the field. |
BaseFieldDefinition::getPropertyNames |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the names of the field's subproperties. |
BaseFieldDefinition::setName |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Sets the field name. |
BaseFieldDefinitionTest::testFieldName |
function |
core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php |
Tests field name methods. |
BaseFieldOverride::loadByName |
function |
core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php |
Loads a base field bundle override config entity. |
BaseFieldOverrideTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/BaseFieldOverrideTest.php |
The name of the tested JSON:API resource type. |
BasicSettingsForm::getEditableConfigNames |
function |
core/modules/views_ui/src/Form/BasicSettingsForm.php |
Gets the configuration names that will be editable. |
BasicSyntaxTest::testGetFullQualifiedTableName |
function |
core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php |
Tests \Drupal\Core\Database\Connection::getFullQualifiedTableName(). |
BatchStorage::TABLE_NAME |
constant |
core/lib/Drupal/Core/Batch/BatchStorage.php |
The table name. |
BlockBaseTest::providerTestGetMachineNameSuggestion |
function |
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php |
Provides data for testGetMachineNameSuggestion(). |
BlockBaseTest::testGetMachineNameSuggestion |
function |
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php |
Tests the machine name suggestion. |
BlockContentResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
BlockContentTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
The fields that are protected against modification during PATCH requests. |
BlockContentTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
The name of the tested JSON:API resource type. |
BlockContentTypeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTypeTest.php |
The name of the tested JSON:API resource type. |
BlockController::getVisibleRegionNames |
function |
core/modules/block/src/Controller/BlockController.php |
Returns the human-readable list of regions keyed by machine name. |
BlockForm::getUniqueMachineName |
function |
core/modules/block/src/BlockForm.php |
Generates a unique machine name for a block. |
BlockFormTest::getBlockMockWithMachineName |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Mocks a block with a block plugin. |
BlockFormTest::testGetUniqueMachineName |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Tests the unique machine name generator. |
BlockListBuilder::getThemeName |
function |
core/modules/block/src/BlockListBuilder.php |
Gets the name of the theme used for this block listing. |
BlockPluginInterface::getMachineNameSuggestion |
function |
core/lib/Drupal/Core/Block/BlockPluginInterface.php |
Suggests a machine name to identify an instance of this block. |
BlockPluginTrait::getMachineNameSuggestion |
function |
core/lib/Drupal/Core/Block/BlockPluginTrait.php |
|
BlockTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/BlockTest.php |
The name of the tested JSON:API resource type. |
BlockTest::testThemeName |
function |
core/modules/block/tests/src/Functional/BlockTest.php |
Tests block display of theme titles. |
BlockUiTest::testMachineNameSuggestion |
function |
core/modules/block/tests/src/Functional/BlockUiTest.php |
Tests that the BlockForm populates machine name correctly. |
BookSettingsForm::getEditableConfigNames |
function |
core/modules/book/src/Form/BookSettingsForm.php |
Gets the configuration names that will be editable. |
BooleanFormatterSettingsTest::$fieldName |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
The name of the Boolean field to use for testing. |
BooleanFormatterSettingsTest::$fieldName |
property |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
The name of the Boolean field to use for testing. |
BooleanFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php |
|
BrowserHtmlDebugTrait::$htmlOutputClassName |
property |
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php |
Class name for HTML output logging. |
BrowserTestBaseTest::testLegacyFieldAssertsByName |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests legacy assertFieldByName() and assertNoFieldByName(). |
BuildTestBase::$hostName |
property |
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php |
Our native host name, used by PHP when it starts up the server. |
CacheCollector::normalizeLockName |
function |
core/lib/Drupal/Core/Cache/CacheCollector.php |
Normalizes a cache ID in order to comply with database limitations. |
CachedStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/CachedStorage.php |
Gets the existing collections. |
CachedStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/CachedStorage.php |
Gets the name of the current collection the storage is using. |
CachedStorage::rename |
function |
core/lib/Drupal/Core/Config/CachedStorage.php |
Renames a configuration object in the storage. |
cache_context.route.name |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\RouteNameCacheContext |
cache_context.route.name.is_layout_builder_ui |
service |
core/modules/layout_builder/layout_builder.services.yml |
Drupal\layout_builder\Cache\LayoutBuilderUiCacheContext |
Callbacks::validateName |
function |
core/modules/system/tests/modules/form_test/src/Callbacks.php |
Form element validation handler for 'name' in form_test_validate_form(). |
CategorizingPluginManagerTrait::getProviderName |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
Gets the name of a provider. |