Search for list

  1. Search 7.x for list
  2. Search 9.5.x for list
  3. Search 8.9.x for list
  4. Search 10.3.x for list
  5. Other projects
Title Object type File name Summary
FieldStorageConfigListBuilder::$fieldTypes property core/modules/field_ui/src/FieldStorageConfigListBuilder.php An array of information about field types.
FieldStorageConfigListBuilder::buildHeader function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds the header row for the entity listing.
FieldStorageConfigListBuilder::buildRow function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds a row for an entity in the entity listing.
FieldStorageConfigListBuilder::createInstance function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Instantiates a new instance of this entity handler.
FieldStorageConfigListBuilder::render function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds the entity listing as renderable array for table.html.twig.
FieldStorageConfigListBuilder::__construct function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Constructs a new FieldStorageConfigListBuilder object.
FieldStorageDefinitionListener class core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to field storage definition CRUD on behalf of the Entity system.
FieldStorageDefinitionListener.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php
FieldStorageDefinitionListener::$deletedFieldsRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The deleted fields repository.
FieldStorageDefinitionListener::$entityFieldManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity field manager.
FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity definition manager.
FieldStorageDefinitionListener::$entityTypeManager property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The entity type manager.
FieldStorageDefinitionListener::$eventDispatcher property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The event dispatcher.
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListener::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the update of a field storage definition.
FieldStorageDefinitionListener::__construct function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Constructs a new FieldStorageDefinitionListener.
FieldStorageDefinitionListenerInterface interface core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Interface for field storage definition create, delete and update operations.
FieldStorageDefinitionListenerInterface.php file core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionDelete function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the deletion of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the update of a field storage definition.
FieldType::$list_class property core/lib/Drupal/Core/Field/Annotation/FieldType.php The typed data class used for wrapping multiple data items of the type.
FieldTypePluginManager::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Creates a new field item list.
FieldTypePluginManagerInterface::createFieldItemList function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Creates a new field item list.
field_definition.listener service core/core.services.yml Drupal\Core\Field\FieldDefinitionListener
field_storage_definition.listener service core/core.services.yml Drupal\Core\Field\FieldStorageDefinitionListener
FileFieldItemList class core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Represents a configurable entity file field.
FileFieldItemList.php file core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php
FileFieldItemList::defaultValuesForm function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Returns a form for the default value input.
FileFieldItemList::delete function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom delete behavior for field values.
FileFieldItemList::deleteRevision function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom revision delete behavior for field values.
FileFieldItemList::postSave function core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php Defines custom post-save behavior for field values.
FileListingTest class core/modules/file/tests/src/Functional/FileListingTest.php Tests file listing page functionality.
FileListingTest.php file core/modules/file/tests/src/Functional/FileListingTest.php
FileListingTest::$baseUser property core/modules/file/tests/src/Functional/FileListingTest.php An authenticated user.
FileListingTest::$defaultTheme property core/modules/file/tests/src/Functional/FileListingTest.php The theme to install as the default for testing.
FileListingTest::$modules property core/modules/file/tests/src/Functional/FileListingTest.php Modules to install.
FileListingTest::createFile function core/modules/file/tests/src/Functional/FileListingTest.php Creates and saves a test file.
FileListingTest::setUp function core/modules/file/tests/src/Functional/FileListingTest.php
FileListingTest::sumUsages function core/modules/file/tests/src/Functional/FileListingTest.php Calculates total count of usages for a file.
FileListingTest::testFileListingPages function core/modules/file/tests/src/Functional/FileListingTest.php Tests file overview with different user permissions.
FileListingTest::testFileListingUsageNoLink function core/modules/file/tests/src/Functional/FileListingTest.php Tests file listing usage page for entities with no canonical link template.
FileReadOnlyStorage::listAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Lists all the files in the storage.
FileStorage::listAll function core/lib/Drupal/Core/Config/FileStorage.php Gets configuration object names starting with a given prefix.
FileStorage::listAll function core/lib/Drupal/Component/PhpStorage/FileStorage.php Lists all the files in the storage.
FileStorageTest::testListAll function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Tests the FileStorage::listAll method with a relative and absolute path.
FileSystemModuleDiscoveryDataProviderTrait::coreModuleListDataProvider function core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php A data provider that lists every module in core.
FileUsageInterface::listUsage function core/modules/file/src/FileUsage/FileUsageInterface.php Determines where a file is used.
FilterEntityReferenceTest::testViewEntityReferenceAsSelectList function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that results are successfully filtered by the select list widget.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.