AssertLegacyTrait::assertNoFieldChecked |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Asserts that a checkbox field in the current page is not checked. |
AssertLegacyTrait::constructFieldXpath |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Helper: Constructs an XPath for the given set of attributes and value. |
AssertLegacyTraitTest::testConstructFieldXpath |
function |
core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php |
@covers ::constructFieldXpath |
AudioFile::createSourceField |
function |
core/modules/media/src/Plugin/media/Source/AudioFile.php |
Creates the source field definition for a type. |
AutoIncrementingTestItem::getIncrementedFieldValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php |
Gets an incremented field value. |
BaseFieldAccessTest |
class |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
Tests views base field access. |
BaseFieldAccessTest.php |
file |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
|
BaseFieldAccessTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
The theme to install as the default for testing. |
BaseFieldAccessTest::$modules |
property |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
Modules to enable. |
BaseFieldAccessTest::$testViews |
property |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
Views used by this test. |
BaseFieldAccessTest::setUp |
function |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
Sets up the test. |
BaseFieldAccessTest::testProtectedField |
function |
core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php |
Tests access to protected base fields. |
BaseFieldDefinition |
class |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
A class for defining entity fields. |
BaseFieldDefinition.php |
file |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
|
BaseFieldDefinition::$indexes |
property |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
|
BaseFieldDefinition::$propertyDefinitions |
property |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
An array of field property definitions. |
BaseFieldDefinition::$schema |
property |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
The field schema. |
BaseFieldDefinition::$type |
property |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
The field type. |
BaseFieldDefinition::addPropertyConstraints |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Adds constraints for a given field item property. |
BaseFieldDefinition::create |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Creates a new field definition. |
BaseFieldDefinition::createFromFieldStorageDefinition |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Creates a new field definition based upon a field storage definition. |
BaseFieldDefinition::createFromItemType |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Creates a new list data definition for items of the given data type. |
BaseFieldDefinition::getCardinality |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the maximum number of items allowed for the field. |
BaseFieldDefinition::getColumns |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the field columns, as defined in the field schema. |
BaseFieldDefinition::getConfig |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Gets an object that can be saved in configuration. |
BaseFieldDefinition::getDefaultValue |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the default value for the field in a newly created entity. |
BaseFieldDefinition::getDefaultValueCallback |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the default value callback for the field. |
BaseFieldDefinition::getDefaultValueLiteral |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the default value literal for the field. |
BaseFieldDefinition::getDisplayOptions |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the default display options for the field. |
BaseFieldDefinition::getFieldStorageDefinition |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the field storage definition. |
BaseFieldDefinition::getInitialValue |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the initial value for the field. |
BaseFieldDefinition::getInitialValueFromField |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the name of the field that will be used for getting initial values. |
BaseFieldDefinition::getMainPropertyName |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the name of the main property, if any. |
BaseFieldDefinition::getName |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the machine name of the field. |
BaseFieldDefinition::getOptionsProvider |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Gets an options provider for the given field item property. |
BaseFieldDefinition::getPropertyDefinition |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Gets the definition of a contained property. |
BaseFieldDefinition::getPropertyDefinitions |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Gets an array of property definitions of contained properties. |
BaseFieldDefinition::getPropertyNames |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the names of the field's subproperties. |
BaseFieldDefinition::getProvider |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the name of the provider of this field. |
BaseFieldDefinition::getSchema |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the field schema. |
BaseFieldDefinition::getSetting |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the value of a given setting. |
BaseFieldDefinition::getSettings |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the array of settings, as required by the used class. |
BaseFieldDefinition::getTargetBundle |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Gets the bundle the field is attached to. |
BaseFieldDefinition::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the ID of the entity type the field is attached to. |
BaseFieldDefinition::getType |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the field type. |
BaseFieldDefinition::getUniqueIdentifier |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns a unique identifier for the field. |
BaseFieldDefinition::getUniqueStorageIdentifier |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns a unique identifier for the field storage. |
BaseFieldDefinition::hasCustomStorage |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns the storage behavior for this field. |
BaseFieldDefinition::isBaseField |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Determines whether the field is a base field. |
BaseFieldDefinition::isDeleted |
function |
core/lib/Drupal/Core/Field/BaseFieldDefinition.php |
Returns whether the field is deleted or not. |