Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DeletedFieldsRepository.php | file | core/ |
|
DeletedFieldsRepository::$state | property | core/ |
The state key/value store. |
DeletedFieldsRepository::addFieldDefinition | function | core/ |
Adds a field definition object to the deleted list. |
DeletedFieldsRepository::addFieldStorageDefinition | function | core/ |
Adds a field storage definition object to the deleted list. |
DeletedFieldsRepository::getFieldDefinitions | function | core/ |
Returns a list of deleted field definitions. |
DeletedFieldsRepository::getFieldStorageDefinitions | function | core/ |
Returns a list of deleted field storage definitions. |
DeletedFieldsRepository::removeFieldDefinition | function | core/ |
Removes a field definition object from the deleted list. |
DeletedFieldsRepository::removeFieldStorageDefinition | function | core/ |
Removes a field storage definition object from the deleted list. |
DeletedFieldsRepository::__construct | function | core/ |
Constructs a new deleted fields repository. |
DeletedFieldsRepositoryInterface | interface | core/ |
Provides an interface for a deleted fields repository. |
DeletedFieldsRepositoryInterface.php | file | core/ |
|
DeletedFieldsRepositoryInterface::addFieldDefinition | function | core/ |
Adds a field definition object to the deleted list. |
DeletedFieldsRepositoryInterface::addFieldStorageDefinition | function | core/ |
Adds a field storage definition object to the deleted list. |
DeletedFieldsRepositoryInterface::getFieldDefinitions | function | core/ |
Returns a list of deleted field definitions. |
DeletedFieldsRepositoryInterface::getFieldStorageDefinitions | function | core/ |
Returns a list of deleted field storage definitions. |
DeletedFieldsRepositoryInterface::removeFieldDefinition | function | core/ |
Removes a field definition object from the deleted list. |
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition | function | core/ |
Removes a field storage definition object from the deleted list. |
DemoteNode::getFieldsToUpdate | function | core/ |
Gets an array of values to be set. |
DependencyFieldItem | class | core/ |
A test class. |
DependencyFieldItem::calculateDependencies | function | core/ |
Gets the dependencies for this field item. |
DependencyFieldItem::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
DisplayApiTest::$fieldName | property | core/ |
The field name to use in this test. |
DisplayApiTest::testFieldEmpty | function | core/ |
Tests that the prepareView() formatter method still fires for empty values. |
DisplayApiTest::testFieldItemListView | function | core/ |
Tests the FieldItemListInterface::view() method. |
DisplayApiTest::testFieldItemView | function | core/ |
Tests the FieldItemInterface::view() method. |
DisplayEntityReferenceTest::$entityRefFieldName | property | core/ |
The used entity reference field name in the test. |
DisplayEntityReferenceTest::$fieldName | property | core/ |
The used field name in the test. |
DisplayEntityReferenceTest::$fieldStorage | property | core/ |
The field storage. |
DisplayFeedTest::testFeedFieldOutput | function | core/ |
Tests the rendered output for fields display. |
DisplayFeedTranslationTest::testFeedFieldOutput | function | core/ |
Tests the rendered output for fields display with multiple translations. |
DisplayModeUpdateTest::testDisplayModeUpdateAfterFieldCreation | function | core/ |
Ensure display modes are updated when fields are created. |
DisplayPluginBase::getFieldLabels | function | core/ |
Retrieves a list of fields for the current display. |
DisplayPluginBase::usesFields | function | core/ |
Determines if the display's style uses fields. |
DisplayPluginInterface::getFieldLabels | function | core/ |
Retrieves a list of fields for the current display. |
DisplayPluginInterface::usesFields | function | core/ |
Determines if the display's style uses fields. |
DocParser::FieldAssignment | function | core/ |
FieldAssignment ::= FieldName "=" PlainValue FieldName ::= identifier |
DriverSpecificSchemaTestBase::assertFieldAdditionRemoval | function | core/ |
Asserts that a given field can be added and removed from a table. |
DriverSpecificSchemaTestBase::assertFieldChange | function | core/ |
Asserts that a field can be changed from one spec to another. |
DriverSpecificSchemaTestBase::assertFieldCharacteristics | function | core/ |
Asserts that a newly added field has the correct characteristics. |
DriverSpecificSchemaTestBase::testChangeSerialFieldLength | function | core/ |
Tests changing a field length. |
DriverSpecificSchemaTestBase::testSchemaAddFieldDefaultInitial | function | core/ |
Tests adding columns to an existing table with default and initial value. |
DriverSpecificSchemaTestBase::testSchemaChangeFieldDefaultInitial | function | core/ |
Tests changing columns between types with default and initial values. |
DriverSpecificSyntaxTestBase::testConcatWsFields | function | core/ |
Tests string concatenation with separator, with field values. |
DrupalTestBrowser::addPostFields | function | core/ |
Adds form parameters to the $multipart array. |
Drupal\Core\Field\FieldPreprocess | service | core/ |
Drupal\Core\Field\FieldPreprocess |
DummyDestination::fields | function | core/ |
Returns an array of destination fields. |
DynamicallyFieldableEntityStorageInterface | interface | core/ |
A storage that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageInterface.php | file | core/ |
|
DynamicallyFieldableEntityStorageSchemaInterface | interface | core/ |
A storage schema that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageSchemaInterface.php | file | core/ |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.