ExtensionListTrait::getPathname |
function |
core/lib/Drupal/Core/Installer/ExtensionListTrait.php |
|
ExtensionListTrait::setPathname |
function |
core/lib/Drupal/Core/Installer/ExtensionListTrait.php |
|
FieldConfigBase::isList |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
|
FieldConfigListBuilder |
class |
core/modules/field_ui/src/FieldConfigListBuilder.php |
Provides lists of field config entities. |
FieldConfigListBuilder.php |
file |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::$deprecatedProperties |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::$entityFieldManager |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The entity field manager. |
FieldConfigListBuilder::$entityTypeManager |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The entity type manager. |
FieldConfigListBuilder::$fieldTypeManager |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The field type plugin manager. |
FieldConfigListBuilder::$targetBundle |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The name of the bundle the listed fields are attached to. |
FieldConfigListBuilder::$targetEntityTypeId |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The name of the entity type the listed fields are attached to. |
FieldConfigListBuilder::buildHeader |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::buildRow |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::createInstance |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::getDefaultOperations |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::load |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::render |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
|
FieldConfigListBuilder::__construct |
function |
core/modules/field_ui/src/FieldConfigListBuilder.php |
Constructs a new class instance. |
FieldConfigListController |
class |
core/modules/field_ui/src/Controller/FieldConfigListController.php |
Defines a controller to list field instances. |
FieldConfigListController.php |
file |
core/modules/field_ui/src/Controller/FieldConfigListController.php |
|
FieldConfigListController::listing |
function |
core/modules/field_ui/src/Controller/FieldConfigListController.php |
Shows the 'Manage fields' page. |
FieldDefinitionListener |
class |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Reacts to field definition CRUD on behalf of the Entity system. |
FieldDefinitionListener.php |
file |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
|
FieldDefinitionListener::$cacheBackend |
property |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Cache backend instance. |
FieldDefinitionListener::$entityFieldManager |
property |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
The entity field manager. |
FieldDefinitionListener::$entityTypeManager |
property |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
The entity type manager. |
FieldDefinitionListener::$keyValueFactory |
property |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
The key-value factory. |
FieldDefinitionListener::onFieldDefinitionCreate |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Reacts to the creation of a field. |
FieldDefinitionListener::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Reacts to the deletion of a field. |
FieldDefinitionListener::onFieldDefinitionUpdate |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Reacts to the update of a field. |
FieldDefinitionListener::__construct |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListener.php |
Constructs a new FieldDefinitionListener. |
FieldDefinitionListenerInterface |
interface |
core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php |
Defines an interface for reacting to field creation, deletion, and updates. |
FieldDefinitionListenerInterface.php |
file |
core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php |
|
FieldDefinitionListenerInterface::onFieldDefinitionCreate |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php |
Reacts to the creation of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php |
Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionUpdate |
function |
core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php |
Reacts to the update of a field. |
FieldDefinitionListenerTest |
class |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@coversDefaultClass \Drupal\Core\Field\FieldDefinitionListener[[api-linebreak]]
@group Field |
FieldDefinitionListenerTest.php |
file |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
|
FieldDefinitionListenerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The cache backend. |
FieldDefinitionListenerTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The entity field manager. |
FieldDefinitionListenerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The entity type manager. |
FieldDefinitionListenerTest::$fieldDefinitionListener |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The field definition listener under test. |
FieldDefinitionListenerTest::$keyValueFactory |
property |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
The key-value factory. |
FieldDefinitionListenerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
|
FieldDefinitionListenerTest::setUpEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Sets up the entity type manager to be tested. |
FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionCreate[[api-linebreak]] |
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionCreate[[api-linebreak]] |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionDelete[[api-linebreak]] |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionDelete[[api-linebreak]] |
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
@covers ::onFieldDefinitionUpdate[[api-linebreak]] |