Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 | class | core/ |
Controller for building the field instance form. |
| FieldConfigAddController.php | file | core/ |
|
| FieldConfigAddController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| FieldConfigAddController::fieldConfigAddConfigureForm | function | core/ |
Builds the field config instance form. |
| 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. |
| FieldConfigBase::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
| FieldConfigBase::addConstraint | function | core/ |
Adds a validation constraint to the FieldItemList. |
| FieldConfigBase::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
| FieldConfigBase::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| FieldConfigBase::createFromDataType | function | core/ |
Creates a new data definition object. |
| FieldConfigBase::createFromItemType | function | core/ |
Creates a new list data definition for items of the given data type. |
| FieldConfigBase::getClass | function | core/ |
Returns the class used for creating the typed data object. |
| FieldConfigBase::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
| FieldConfigBase::getConstraint | function | core/ |
Returns a validation constraint. |
| FieldConfigBase::getConstraints | function | core/ |
Returns an array of validation constraints. |
| FieldConfigBase::getDataType | function | core/ |
Returns the data type of the data. |
| FieldConfigBase::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
| FieldConfigBase::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
| FieldConfigBase::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| FieldConfigBase::getDescription | function | core/ |
Returns a human readable description. |
| FieldConfigBase::getItemDefinition | function | core/ |
Gets the data definition of an item of the list. |
| FieldConfigBase::getLabel | function | core/ |
Returns a human readable label. |
| FieldConfigBase::getName | function | core/ |
Returns the machine name of the field. |
Pagination
- Previous page
- Page 72
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.