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. |
ExecutablePluginBase::setConfig |
function |
core/lib/Drupal/Core/Executable/ExecutablePluginBase.php |
Sets the value of a particular configuration option. |
ExplodeTest::testExplodeWithNonStrictAndNonCastable |
function |
core/modules/migrate/tests/src/Unit/process/ExplodeTest.php |
Tests Explode exception handling when string-cast fails. |
ExtensionLifecycle::STABLE |
constant |
core/lib/Drupal/Core/Extension/ExtensionLifecycle.php |
Extension is stable. This is the default value of any extension. |
Feed::defaultableSections |
function |
core/modules/views/src/Plugin/views/display/Feed.php |
Lists the 'defaultable' sections and what items each section contains. |
FeedStorageSchema::getSharedTableFieldSchema |
function |
core/modules/aggregator/src/FeedStorageSchema.php |
Gets the schema for a single field definition. |
field-ui-table.html.twig |
file |
core/themes/stable9/templates/admin/field-ui-table.html.twig |
Theme override to display a Field UI table. |
field-ui-table.html.twig |
file |
core/themes/stable/templates/admin/field-ui-table.html.twig |
Theme override to display a Field UI table. |
field-ui-table.html.twig |
file |
core/modules/field_ui/templates/field-ui-table.html.twig |
Default theme implementation to display a Field UI table. |
FieldableEntity::isEntityTranslatable |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php |
Checks if an entity type uses Entity Translation. |
FieldableEntityDefinitionUpdateTest::assertBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that the backup tables have been kept after a successful update. |
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts that an entity type is neither revisionable nor translatable. |
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts the revisionable / translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::assertTranslatable |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Asserts the translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php |
Tests the removal of the backup tables after a successful update. |
FieldableEntityInterface::getTranslatableFields |
function |
core/lib/Drupal/Core/Entity/FieldableEntityInterface.php |
Gets an array of field item lists for translatable fields. |
FieldConfigBase::$translatable |
property |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Flag indicating whether the field is translatable. |
FieldConfigBase::isTranslatable |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Returns whether the field is translatable. |
FieldConfigBase::setTranslatable |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Sets whether the field is translatable. |
FieldConfigInterface::setTranslatable |
function |
core/lib/Drupal/Core/Field/FieldConfigInterface.php |
Sets whether the field is translatable. |
FieldDefinition::isTranslatable |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Returns whether the field is translatable. |
FieldDefinition::setTranslatable |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Sets whether the field is translatable. |
FieldDefinitionInterface::isTranslatable |
function |
core/lib/Drupal/Core/Field/FieldDefinitionInterface.php |
Returns whether the field is translatable. |
FieldDefinitionTest::testFieldTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Tests field translatable methods. |
FieldHandlerInterface::clickSortable |
function |
core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php |
Determines if this field is click sortable. |
FieldKernelTest::testClickSortable |
function |
core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php |
Tests whether the filters are click sortable as expected. |
FieldPluginBase::clickSortable |
function |
core/modules/views/src/Plugin/views/field/FieldPluginBase.php |
Determines if this field is click sortable. |
FieldPluginBaseTest::$executable |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked view executable. |
FieldResolver::getRelatableResourceTypes |
function |
core/modules/jsonapi/src/Context/FieldResolver.php |
Get the referenceable ResourceTypes for a set of field definitions. |
FieldSqlStorageTest::$revisionTable |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Name of the revision table of the field. |
FieldSqlStorageTest::$table |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Name of the data table of the field. |
FieldSqlStorageTest::$tableMapping |
property |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
The table mapping for the tested entity type. |
FieldSqlStorageTest::testTableNames |
function |
core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php |
Tests table name generation. |
FieldStorageConfig::$translatable |
property |
core/modules/field/src/Entity/FieldStorageConfig.php |
Flag indicating whether the field is translatable. |
FieldStorageConfig::isDeletable |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Checks if the field storage can be deleted. |
FieldStorageConfig::isTranslatable |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns whether the field supports translation. |
FieldStorageConfig::setTranslatable |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Sets whether the field is translatable. |
FieldStorageConfigInterface::isDeletable |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Checks if the field storage can be deleted. |
FieldStorageConfigInterface::setTranslatable |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Sets whether the field is translatable. |
FieldStorageDefinitionInterface::isTranslatable |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns whether the field supports translation. |
FieldStorageDefinitionInterface::setTranslatable |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Sets whether the field supports translation. |
FieldUiTable |
class |
core/modules/field_ui/src/Element/FieldUiTable.php |
Provides a field_ui table element. |
FieldUiTable.php |
file |
core/modules/field_ui/src/Element/FieldUiTable.php |
|