EntityTypeInterface::isTranslatable |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates whether entities of this type have multilingual support. |
EntityUntranslatableFieldsConstraint |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
Validation constraint for the entity changed timestamp. |
EntityUntranslatableFieldsConstraint.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
|
EntityUntranslatableFieldsConstraint::$defaultRevisionMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
The message when updating a field but not the current revision. |
EntityUntranslatableFieldsConstraint::$defaultTranslationMessage |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php |
The message when updating a field but not the original language. |
EntityUntranslatableFieldsConstraintValidator |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Validates the EntityChanged constraint. |
EntityUntranslatableFieldsConstraintValidator.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
|
EntityUntranslatableFieldsConstraintValidator::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
The entity type manager. |
EntityUntranslatableFieldsConstraintValidator::create |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Instantiates a new instance of this class. |
EntityUntranslatableFieldsConstraintValidator::hasUntranslatableFieldsChanges |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Checks whether an entity has untranslatable field changes. |
EntityUntranslatableFieldsConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
|
EntityUntranslatableFieldsConstraintValidator::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php |
Constructs an EntityUntranslatableFieldsConstraintValidator object. |
EntityUrlLanguageTest::createTranslatableEntity |
function |
core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php |
Creates a translated entity. |
EntityViewDisplayEditForm::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns an array containing the table headers. |
EntityViewDisplayValidationTest::testImmutableProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php |
Tests that immutable properties cannot be changed. |
EntityViewModeValidationTest::testImmutableProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php |
Tests that immutable properties cannot be changed. |
EntityViewsData::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsData.php |
Gets the table of an entity type to be used as base table in views. |
EntityViewsDataInterface::getViewsTableForEntityType |
function |
core/modules/views/src/EntityViewsDataInterface.php |
Gets the table of an entity type to be used as base table in views. |
EntityViewsDataTest::testBaseTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the base table. |
EntityViewsDataTest::testBaseTables |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests base tables. |
EntityViewsDataTest::testDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests data_table support. |
EntityViewsDataTest::testDataTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the data table. |
EntityViewsDataTest::testRevisionTableFields |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests fields on the revision table. |
EntityViewsDataTest::testRevisionTableWithoutDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table without data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table with data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Tests revision table with data table support. |
ExecutableException |
class |
core/lib/Drupal/Core/Executable/ExecutableException.php |
Generic executable plugin exception class. |
ExecutableException.php |
file |
core/lib/Drupal/Core/Executable/ExecutableException.php |
|
ExecutableFinder |
class |
core/modules/package_manager/src/ExecutableFinder.php |
An executable finder which looks for executable paths in configuration. |
ExecutableFinder.php |
file |
core/modules/package_manager/src/ExecutableFinder.php |
|
ExecutableFinder::$composerBinaryPath |
property |
core/modules/package_manager/src/ExecutableFinder.php |
The path of the Composer binary, or NULL if it can't be found. |
ExecutableFinder::$composerPackagePath |
property |
core/modules/package_manager/src/ExecutableFinder.php |
The path where Composer is installed in the project, or FALSE if it's not. |
ExecutableFinder::find |
function |
core/modules/package_manager/src/ExecutableFinder.php |
|
ExecutableFinder::getLocalComposerPath |
function |
core/modules/package_manager/src/ExecutableFinder.php |
Tries to find the Composer binary installed in the project. |
ExecutableFinder::__construct |
function |
core/modules/package_manager/src/ExecutableFinder.php |
|
ExecutableFinderTest |
class |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
Tests Package Manager's executable finder service. |
ExecutableFinderTest.php |
file |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
|
ExecutableFinderTest::testComposerInstalledInProject |
function |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
Tests that the executable finder tries to use a local copy of Composer. |
ExecutableFinderTest::testLegacyExecutablePaths |
function |
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php |
Tests that the executable finder falls back to looking in config for paths. |
ExecutableInterface |
interface |
core/lib/Drupal/Core/Executable/ExecutableInterface.php |
An interface for executable plugins. |
ExecutableInterface.php |
file |
core/lib/Drupal/Core/Executable/ExecutableInterface.php |
|
ExecutableInterface::execute |
function |
core/lib/Drupal/Core/Executable/ExecutableInterface.php |
Executes the plugin. |
ExecutableManagerInterface |
interface |
core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
An interface for managers of executable plugins. |
ExecutableManagerInterface.php |
file |
core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
|
ExecutableManagerInterface::execute |
function |
core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php |
Executes an executable plugin. |
ExecutablePluginBase |
class |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Provides the basic architecture for executable plugins. |
ExecutablePluginBase.php |
file |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
|
ExecutablePluginBase::getConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets all configuration values. |
ExecutablePluginBase::getConfigDefinition |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets the definition of a configuration option. |
ExecutablePluginBase::getConfigDefinitions |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Gets an array of definitions of available configuration options. |