Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldBlockTest::testBuildWithFormException | function | core/ |
Tests a field block that throws a form exception. |
| FieldBlockTest::testStatesFieldBlock | function | core/ |
Tests configuring a field block that uses #states. |
| FieldBlockTest::testUserFieldBlock | function | core/ |
Tests configuring a field block for a user field. |
| FieldBooleanTest | class | core/ |
Tests the core Drupal\views\Plugin\views\field\Boolean handler. |
| FieldBooleanTest.php | file | core/ |
|
| FieldBooleanTest::$testViews | property | core/ |
Views used by this test. |
| FieldBooleanTest::dataSet | function | core/ |
Modifies the default dataset by removing the age for specific entries. |
| FieldBooleanTest::testFieldBoolean | function | core/ |
Tests different display formats for a boolean field in Views. |
| FieldBooleanTest::viewsData | function | core/ |
Provides Views data definition for the 'age' field as a boolean. |
| FieldBundle::transform | function | core/ |
Performs the associated process. |
| FieldBundle::__construct | function | core/ |
Constructs a ProcessField plugin. |
| FieldConfig::$fieldStorage | property | core/ |
The associated FieldStorageConfig entity. |
| FieldConfig::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| FieldConfig::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
| FieldConfig::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldConfig::isComputed | function | core/ |
Determines whether the data value is computed. |
| FieldConfig::isDeleted | function | core/ |
Gets the deleted flag of the field. |
| FieldConfig::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
| FieldConfig::isReadOnly | function | core/ |
Determines whether the data is read-only. |
| FieldConfig::linkTemplates | function | core/ |
Gets an array link templates. |
| FieldConfig::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
| FieldConfig::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| FieldConfig::preSave | function | core/ |
Overrides \Drupal\Core\Entity\EntityBase::preSave(). |
| FieldConfig::urlRouteParameters | function | core/ |
Gets an array of placeholders for this entity. |
| FieldConfig::__construct | function | core/ |
Constructs a FieldConfig object. |
| FieldConfigAccessControlHandler | class | core/ |
Defines the access control handler for the field config entity type. |
| FieldConfigAccessControlHandler.php | file | core/ |
|
| FieldConfigAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| FieldConfigAccessControlHandlerTest | class | core/ |
Tests the field config access controller. |
| FieldConfigAccessControlHandlerTest.php | file | core/ |
|
| FieldConfigAccessControlHandlerTest::setUp | function | core/ |
|
| FieldConfigAccessControlHandlerTest::testAccess | function | core/ |
Ensures field config access is working properly. |
| FieldConfigAddController::__construct | function | core/ |
FieldConfigAddController constructor. |
| FieldConfigBase | class | core/ |
Base class for configurable field definitions. |
| FieldConfigBase.php | file | core/ |
|
| FieldConfigBase::$bundle | property | core/ |
The name of the bundle the field is attached to. |
| FieldConfigBase::$constraints | property | core/ |
Array of constraint options keyed by constraint plugin ID. |
| FieldConfigBase::$default_value | property | core/ |
Default field value. |
| FieldConfigBase::$default_value_callback | property | core/ |
The name of a callback function that returns default values. |
| FieldConfigBase::$description | property | core/ |
The field description. |
| FieldConfigBase::$entity_type | property | core/ |
The name of the entity type the field is attached to. |
| FieldConfigBase::$fieldStorage | property | core/ |
The field storage object. |
| FieldConfigBase::$field_name | property | core/ |
The field name. |
| FieldConfigBase::$field_type | property | core/ |
The field type. |
| FieldConfigBase::$id | property | core/ |
The field ID. |
| FieldConfigBase::$itemDefinition | property | core/ |
The data definition of a field item. |
| FieldConfigBase::$label | property | core/ |
The human-readable label for the field. |
| FieldConfigBase::$propertyConstraints | property | core/ |
Array of property constraint options keyed by property ID. |
| FieldConfigBase::$required | property | core/ |
Flag indicating whether the field is required. |
| FieldConfigBase::$settings | property | core/ |
Field-type specific settings. |
Pagination
- Previous page
- Page 535
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.