Search for list
Title | Object type | File name | Summary |
---|---|---|---|
ExtensionListTest::testGetWithNonExistingExtension | function | core/ |
@covers ::get[[api-linebreak]] |
ExtensionListTest::testReset | function | core/ |
@covers ::reset[[api-linebreak]] |
ExtensionListTest::testSetPathname | function | core/ |
@covers ::setPathname[[api-linebreak]] @covers ::getPathname[[api-linebreak]] |
ExtensionListTestTrait | trait | core/ |
Provides extension list methods. |
ExtensionListTestTrait.php | file | core/ |
|
ExtensionListTestTrait::getModulePath | function | core/ |
Gets the path for the specified module. |
ExtensionListTestTrait::getThemePath | function | core/ |
Gets the path for the specified theme. |
ExtensionListTrait | trait | core/ |
Provides common functionality for the extension list classes. |
ExtensionListTrait.php | file | core/ |
|
ExtensionListTrait::$staticAddedPathNames | property | core/ |
Static version of the added file names during the installer. |
ExtensionListTrait::getPathname | function | core/ |
|
ExtensionListTrait::setPathname | function | core/ |
|
ExtensionPathResolver::$extensionLists | property | core/ |
A associative array of ExtensionList objects keyed by type. |
FieldConfigBase::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
FieldConfigListBuilder | class | core/ |
Provides lists of field config entities. |
FieldConfigListBuilder.php | file | core/ |
|
FieldConfigListBuilder::$entityFieldManager | property | core/ |
The entity field manager. |
FieldConfigListBuilder::$entityTypeManager | property | core/ |
The entity type manager. |
FieldConfigListBuilder::$fieldTypeManager | property | core/ |
The field type plugin manager. |
FieldConfigListBuilder::$targetBundle | property | core/ |
The name of the bundle the listed fields are attached to. |
FieldConfigListBuilder::$targetEntityTypeId | property | core/ |
The name of the entity type the listed fields are attached to. |
FieldConfigListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
FieldConfigListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
FieldConfigListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
FieldConfigListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
FieldConfigListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
FieldConfigListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
FieldConfigListBuilder::__construct | function | core/ |
Constructs a new class instance. |
FieldConfigListController | class | core/ |
Defines a controller to list field instances. |
FieldConfigListController.php | file | core/ |
|
FieldConfigListController::listing | function | core/ |
Shows the 'Manage fields' page. |
FieldDefinitionListener | class | core/ |
Reacts to field definition CRUD on behalf of the Entity system. |
FieldDefinitionListener.php | file | core/ |
|
FieldDefinitionListener::$cacheBackend | property | core/ |
Cache backend instance. |
FieldDefinitionListener::$entityFieldManager | property | core/ |
The entity field manager. |
FieldDefinitionListener::$entityTypeManager | property | core/ |
The entity type manager. |
FieldDefinitionListener::$keyValueFactory | property | core/ |
The key-value factory. |
FieldDefinitionListener::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
FieldDefinitionListener::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListener::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
FieldDefinitionListener::__construct | function | core/ |
Constructs a new FieldDefinitionListener. |
FieldDefinitionListenerInterface | interface | core/ |
Defines an interface for reacting to field creation, deletion, and updates. |
FieldDefinitionListenerInterface.php | file | core/ |
|
FieldDefinitionListenerInterface::onFieldDefinitionCreate | function | core/ |
Reacts to the creation of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionDelete | function | core/ |
Reacts to the deletion of a field. |
FieldDefinitionListenerInterface::onFieldDefinitionUpdate | function | core/ |
Reacts to the update of a field. |
FieldDefinitionListenerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\FieldDefinitionListener[[api-linebreak]] @group Field |
FieldDefinitionListenerTest.php | file | core/ |
|
FieldDefinitionListenerTest::$cacheBackend | property | core/ |
The cache backend. |
FieldDefinitionListenerTest::$entityFieldManager | property | core/ |
The entity field manager. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.