EntityViewDisplayResourceTestBase::$patchProtectedFieldNames |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
EntityViewDisplayTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php |
The name of the tested JSON:API resource type. |
EntityViewModeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php |
The name of the tested JSON:API resource type. |
EnvironmentSupportValidator::VARIABLE_NAME |
constant |
core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php |
The name of the environment variable to check. |
EventLogSubscriber::LOG_FILE_NAME |
constant |
core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php |
The name of the log file to write to. |
ExceptionLoggingSubscriberTest::$testLogServiceName |
property |
core/tests/Drupal/KernelTests/Core/EventSubscriber/ExceptionLoggingSubscriberTest.php |
The service name for a logger implementation that collects anything logged. |
ExcludedModulesEventSubscriber::getDependentConfigNames |
function |
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php |
Get all the configuration which depends on one of the excluded modules. |
ExecutionContext::getClassName |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
ExecutionContext::getPropertyName |
function |
core/lib/Drupal/Core/Validation/ExecutionContext.php |
|
ExportStorageManager::LOCK_NAME |
constant |
core/lib/Drupal/Core/Config/ExportStorageManager.php |
The name used to identify the lock. |
Extension::$filename |
property |
core/lib/Drupal/Core/Extension/Extension.php |
The filename of the main extension file (e.g., 'node.module'). |
Extension::$pathname |
property |
core/lib/Drupal/Core/Extension/Extension.php |
The relative pathname of the extension. |
Extension::getExtensionFilename |
function |
core/lib/Drupal/Core/Extension/Extension.php |
Returns the name of the main extension file, if any. |
Extension::getExtensionPathname |
function |
core/lib/Drupal/Core/Extension/Extension.php |
Returns the relative path of the main extension file, if any. |
Extension::getFilename |
function |
core/lib/Drupal/Core/Extension/Extension.php |
Returns the filename of the extension's info file. |
Extension::getName |
function |
core/lib/Drupal/Core/Extension/Extension.php |
Returns the internal name of the extension. |
Extension::getPathname |
function |
core/lib/Drupal/Core/Extension/Extension.php |
Returns the relative path and filename of the extension's info file. |
ExtensionList::$addedPathNames |
property |
core/lib/Drupal/Core/Extension/ExtensionList.php |
A list of extension folder names directly added in code (not discovered). |
ExtensionList::$pathNames |
property |
core/lib/Drupal/Core/Extension/ExtensionList.php |
A list of extension folder names keyed by extension name. |
ExtensionList::getInstalledExtensionNames |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Returns a list of machine names of installed extensions. |
ExtensionList::getName |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Returns the human-readable name of the extension. |
ExtensionList::getPathname |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Gets the info file path for an extension. |
ExtensionList::getPathNames |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Returns a list of extension file paths keyed by machine name. |
ExtensionList::getPathNamesCacheId |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Returns the extension filenames cache ID. |
ExtensionList::recalculatePathNames |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Generates a sorted list of .info.yml file locations for all extensions. |
ExtensionList::setPathname |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Sets the pathname for an extension. |
ExtensionList::sortByName |
function |
core/lib/Drupal/Core/Extension/ExtensionList.php |
Array sorting callback; sorts extensions by their name. |
ExtensionListTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get name. |
ExtensionListTest::testGetNameWithNonExistingExtension |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get name with non existing extension. |
ExtensionListTest::testGetPathname |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get pathname. |
ExtensionListTest::testGetPathNames |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests get path names. |
ExtensionListTest::testSetPathname |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php |
Tests set pathname. |
ExtensionListTrait::$staticAddedPathNames |
property |
core/lib/Drupal/Core/Installer/ExtensionListTrait.php |
Static version of the added file names during the installer. |
ExtensionListTrait::getPathname |
function |
core/lib/Drupal/Core/Installer/ExtensionListTrait.php |
|
ExtensionListTrait::setPathname |
function |
core/lib/Drupal/Core/Installer/ExtensionListTrait.php |
|
ExtensionNameConstraint |
class |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionNameConstraint.php |
Checks that the value is a valid extension name. |
ExtensionNameConstraint.php |
file |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionNameConstraint.php |
|
ExtensionNameConstraint::$message |
property |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionNameConstraint.php |
The default violation message. |
ExtensionNameConstraint::__construct |
function |
core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionNameConstraint.php |
Constructs an ExtensionNameConstraint object. |
ExtensionNameConstraintTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
Tests the ExtensionName constraint. |
ExtensionNameConstraintTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
|
ExtensionNameConstraintTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
Modules to install. |
ExtensionNameConstraintTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
Tests the ExtensionName constraint. |
ExtensionNameLengthException |
class |
core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php |
Exception thrown when the extension's name length exceeds the maximum. |
ExtensionNameLengthException.php |
file |
core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php |
|
ExtensionNameReservedException |
class |
core/lib/Drupal/Core/Extension/ExtensionNameReservedException.php |
Exception thrown when the extension's name is already reserved. |
ExtensionNameReservedException.php |
file |
core/lib/Drupal/Core/Extension/ExtensionNameReservedException.php |
|
ExtensionPathResolver::getPathname |
function |
core/lib/Drupal/Core/Extension/ExtensionPathResolver.php |
Gets the info file path for the extension. |
ExtraFieldBlock::$fieldName |
property |
core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php |
The field name. |
FakeRecord::$name |
property |
core/modules/system/tests/src/Functional/Database/FakeRecord.php |
The property used in tests. |