Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldCustomTest::viewsData | function | core/ |
Returns the views data definition. |
| FieldDataCountTest | class | core/ |
Tests the count of field data records. |
| FieldDataCountTest.php | file | core/ |
|
| FieldDataCountTest::$storage | property | core/ |
|
| FieldDataCountTest::$storageRev | property | core/ |
|
| FieldDataCountTest::$storageUser | property | core/ |
|
| FieldDataCountTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| FieldDataCountTest::testCountWithIndex0 | function | core/ |
Verify that we can count a table that contains an entry with index 0. |
| FieldDataCountTest::testEntityCountAndHasData | function | core/ |
Tests entityCount() and hadData() methods. |
| FieldDateTest | class | core/ |
Tests the core Drupal\views\Plugin\views\field\Date handler. |
| FieldDateTest.php | file | core/ |
|
| FieldDateTest::$testViews | property | core/ |
Views used by this test. |
| FieldDateTest::assertRenderedDatesEqual | function | core/ |
Asserts properly formatted display against 'created' field in view. |
| FieldDateTest::assertRenderedFutureDatesEqual | function | core/ |
Asserts properly formatted display against 'destroyed' field in view. |
| FieldDateTest::dataSet | function | core/ |
Returns a very simple test dataset. |
| FieldDateTest::schemaDefinition | function | core/ |
Returns the schema definition. |
| FieldDateTest::testFieldDate | function | core/ |
Sets up functional test of the views date field. |
| FieldDateTest::viewsData | function | core/ |
Returns the views data definition. |
| FieldDefaultValueCallbackProvider | class | core/ |
Helper class for \Drupal\Tests\field\Functional\FieldDefaultValueCallbackTest. |
| FieldDefaultValueCallbackProvider.php | file | core/ |
|
| FieldDefaultValueCallbackProvider::calculateDefaultValue | function | core/ |
Helper callback calculating a default value. |
| FieldDefaultValueCallbackTest | class | core/ |
Tests the default value callback. |
| FieldDefaultValueCallbackTest.php | file | core/ |
|
| FieldDefaultValueCallbackTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FieldDefaultValueCallbackTest::$fieldName | property | core/ |
The field name. |
| FieldDefaultValueCallbackTest::$modules | property | core/ |
Modules to install. |
| FieldDefaultValueCallbackTest::setUp | function | core/ |
|
| FieldDefaultValueCallbackTest::testDefaultValueCallbackForm | function | core/ |
|
| FieldDefinition | class | core/ |
A class for defining entity field definitions. |
| FieldDefinition.php | file | core/ |
|
| FieldDefinition::$fieldStorageDefinition | property | core/ |
The associated field storage definition. |
| FieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition. |
| FieldDefinition::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| FieldDefinition::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
| FieldDefinition::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
| FieldDefinition::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| FieldDefinition::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
| FieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldDefinition::getName | function | core/ |
Returns the machine name of the field. |
| FieldDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
| FieldDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| FieldDefinition::getTargetBundle | function | core/ |
Gets the bundle the field is attached to. |
| FieldDefinition::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| FieldDefinition::getType | function | core/ |
Returns the field type. |
| FieldDefinition::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
| FieldDefinition::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
| FieldDefinition::isTranslatable | function | core/ |
Returns whether the field is translatable. |
| FieldDefinition::setDefaultValue | function | core/ |
Set a default value for the field. |
| FieldDefinition::setDefaultValueCallback | function | core/ |
Set the default value callback for the field. |
| FieldDefinition::setDisplayConfigurable | function | core/ |
Sets whether the display for the field can be configured. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.