Search for definition
- Search 7.x for definition
- Search 9.5.x for definition
- Search 8.9.x for definition
- Search 10.3.x for definition
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests Drupal\Core\Field\FieldDefinitionListener. |
| FieldDefinitionListenerTest.php | file | core/ |
|
| FieldDefinitionListenerTest::$cacheBackend | property | core/ |
The cache backend. |
| FieldDefinitionListenerTest::$entityFieldManager | property | core/ |
The entity field manager. |
| FieldDefinitionListenerTest::$entityTypeManager | property | core/ |
The entity type manager. |
| FieldDefinitionListenerTest::$fieldDefinitionListener | property | core/ |
The field definition listener under test. |
| FieldDefinitionListenerTest::$keyValueFactory | property | core/ |
The key-value factory. |
| FieldDefinitionListenerTest::setUp | function | core/ |
|
| FieldDefinitionListenerTest::setUpEntityTypeManager | function | core/ |
Sets up the entity type manager to be tested. |
| FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField | function | core/ |
Tests on field definition create existing field. |
| FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField | function | core/ |
Tests on field definition create new field. |
| FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles | function | core/ |
Tests on field definition delete multiple bundles. |
| FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles | function | core/ |
Tests on field definition delete single bundles. |
| FieldDefinitionListenerTest::testOnFieldDefinitionUpdate | function | core/ |
Tests on field definition update. |
| FieldDefinitionTest | class | core/ |
Unit test for the FieldDefinition class. |
| FieldDefinitionTest.php | file | core/ |
|
| FieldDefinitionTest::$fieldType | property | core/ |
A dummy field type name. |
| FieldDefinitionTest::$fieldTypeDefinition | property | core/ |
A dummy field type definition. |
| FieldDefinitionTest::$storageDefinition | property | core/ |
The test field storage definition. |
| FieldDefinitionTest::$storageSupportsTranslation | property | core/ |
A flag for setting if the field storage supports translation. |
| FieldDefinitionTest::factoryTypeProvider | function | core/ |
A data provider for all the types of factories that can create definitions. |
| FieldDefinitionTest::initializeFieldUsingFactory | function | core/ |
Creates a bundle field using a specified factory. |
| FieldDefinitionTest::mockDefaultValueCallback | function | core/ |
Provides a Mock base field default value callback. |
| FieldDefinitionTest::setUp | function | core/ |
|
| FieldDefinitionTest::testBundle | function | core/ |
Tests bundle. |
| FieldDefinitionTest::testDefaultFieldSettings | function | core/ |
Tests default field settings. |
| FieldDefinitionTest::testDefaultValueCallback | function | core/ |
Tests default value callbacks. |
| FieldDefinitionTest::testDisplayConfigurationSettings | function | core/ |
Tests the display configuration settings. |
| FieldDefinitionTest::testFieldDefaultValue | function | core/ |
Tests field default value. |
| FieldDefinitionTest::testFieldDescription | function | core/ |
Tests field description. |
| FieldDefinitionTest::testFieldLabel | function | core/ |
Tests field label. |
| FieldDefinitionTest::testFieldName | function | core/ |
Tests field name. |
| FieldDefinitionTest::testFieldRequired | function | core/ |
Tests required. |
| FieldDefinitionTest::testFieldSettings | function | core/ |
Tests field settings. |
| FieldDefinitionTest::testFieldTranslatable | function | core/ |
Tests field translatable methods. |
| FieldDefinitionTest::testFieldType | function | core/ |
Tests field type. |
| FieldDefinitionTest::testInvalidDefaultValueCallback | function | core/ |
Tests invalid default value callbacks. |
| FieldDefinitionTest::testNullDefaultValueCallback | function | core/ |
Tests NULL default value callbacks. |
| FieldDiscovery::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides the stub migration definition for a given Drupal core version. |
| FieldDiscoveryTest::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides data for testGetFieldInstanceStubMigrationDefinition. |
| FieldDiscoveryTest::testGetFieldInstanceStubMigrationDefinition | function | core/ |
Tests the getFieldInstanceStubMigration method. |
| FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides the stub migration definition for a given Drupal core version. |
| FieldItemBase::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldItemDataDefinition | class | core/ |
A typed data definition class for defining field items. |
| FieldItemDataDefinition.php | file | core/ |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.