Search for __get
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldStorageConfig::getBundles | function | core/ |
Returns the list of bundles where the field storage has fields. |
| FieldStorageConfig::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
| FieldStorageConfig::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| FieldStorageConfig::getConstraint | function | core/ |
Returns a validation constraint. |
| FieldStorageConfig::getConstraints | function | core/ |
Returns an array of validation constraints. |
| FieldStorageConfig::getDescription | function | core/ |
Returns the human-readable description for the field. |
| FieldStorageConfig::getFieldItemClass | function | core/ |
Helper to retrieve the field item class. |
| FieldStorageConfig::getIndexes | function | core/ |
Returns the custom storage indexes for the field data storage. |
| FieldStorageConfig::getLabel | function | core/ |
Returns the human-readable label for the field. |
| FieldStorageConfig::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| FieldStorageConfig::getName | function | core/ |
Returns the machine name of the field. |
| FieldStorageConfig::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
| FieldStorageConfig::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
| FieldStorageConfig::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
| FieldStorageConfig::getPropertyNames | function | core/ |
Returns the names of the field's subproperties. |
| FieldStorageConfig::getProvider | function | core/ |
Returns the name of the provider of this field. |
| FieldStorageConfig::getSchema | function | core/ |
Returns the field schema. |
| FieldStorageConfig::getSetting | function | core/ |
Returns the value of a given storage setting. |
| FieldStorageConfig::getSettings | function | core/ |
Returns the storage settings. |
| FieldStorageConfig::getTargetEntityTypeId | function | core/ |
Returns the ID of the entity type the field is attached to. |
| FieldStorageConfig::getType | function | core/ |
Returns the field type. |
| FieldStorageConfig::getTypeProvider | function | core/ |
Returns the name of the module providing the field type. |
| FieldStorageConfig::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
| FieldStorageConfigEditForm::getCardinalityForm | function | core/ |
Builds the cardinality form. |
| FieldStorageConfigEditForm::getEnforcedCardinality | function | core/ |
Returns the cardinality enforced by the field type. |
| FieldStorageConfigEditForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| FieldStorageConfigInterface::getBundles | function | core/ |
Returns the list of bundles where the field storage has fields. |
| FieldStorageConfigInterface::getIndexes | function | core/ |
Returns the custom storage indexes for the field data storage. |
| FieldStorageConfigInterface::getType | function | core/ |
Returns the field type. |
| FieldStorageConfigInterface::getTypeProvider | function | core/ |
Returns the name of the module providing the field type. |
| FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| FieldStorageConfigResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| FieldStorageConfigResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| FieldStorageConfigTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| FieldStorageConfigTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| FieldStorageConfigTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| FieldStorageCrudTest::testUpdateEntityTargetType | function | core/ |
Tests changing a field storage entity type. |
| FieldStorageDefinitionEvent::getFieldStorageDefinition | function | core/ |
The field storage definition. |
| FieldStorageDefinitionEvent::getOriginal | function | core/ |
The original field storage definition. |
| FieldStorageDefinitionEventSubscriberTrait::getFieldStorageDefinitionEvents | function | core/ |
Returns the subscribed events. |
| FieldStorageDefinitionInterface::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
| FieldStorageDefinitionInterface::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
| FieldStorageDefinitionInterface::getConstraint | function | core/ |
Returns a validation constraint. |
| FieldStorageDefinitionInterface::getConstraints | function | core/ |
Returns an array of validation constraints. |
| FieldStorageDefinitionInterface::getDescription | function | core/ |
Returns the human-readable description for the field. |
| FieldStorageDefinitionInterface::getLabel | function | core/ |
Returns the human-readable label for the field. |
| FieldStorageDefinitionInterface::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
| FieldStorageDefinitionInterface::getName | function | core/ |
Returns the machine name of the field. |
| FieldStorageDefinitionInterface::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
| FieldStorageDefinitionInterface::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
Pagination
- Previous page
- Page 83
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.