Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search main for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Field::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| FieldableEntity::getEntityTranslationSourceLanguage | function | core/ |
Gets an entity source language from the 'entity_translation' table. |
| FieldableEntity::getFields | function | core/ |
Returns all non-deleted field instances attached to a specific entity type. |
| FieldableEntity::getFieldValues | function | core/ |
Retrieves field values for a single field of a single entity. |
| FieldableEntityInterface::get | function | core/ |
Gets a field item list. |
| FieldableEntityInterface::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
| FieldableEntityInterface::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
| FieldableEntityInterface::getFields | function | core/ |
Gets an array of all field item lists. |
| FieldableEntityInterface::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
| FieldableEntityNormalizerTrait::getEntityFieldManager | function | core/ |
Returns the entity field manager. |
| FieldableEntityNormalizerTrait::getEntityTypeDefinition | function | core/ |
Gets the entity type definition. |
| FieldableEntityNormalizerTrait::getEntityTypeManager | function | core/ |
Returns the entity type manager. |
| FieldableEntityNormalizerTrait::getEntityTypeRepository | function | core/ |
Returns the entity type repository. |
| FieldApiDataTest::getViewsData | function | core/ |
Gets the views data for the field created in setUp(). |
| FieldAPIHandlerTrait::getEntityFieldManager | function | core/ |
Returns the entity field manager. |
| FieldAPIHandlerTrait::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldAPIHandlerTrait::getFieldStorageDefinition | function | core/ |
Gets the field storage configuration. |
| FieldAttachStorageTest | class | core/ |
Tests storage-related Field Attach API functions. |
| FieldAttachStorageTest.php | file | core/ |
|
| FieldAttachStorageTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| FieldAttachStorageTest::testEntityCreateBundle | function | core/ |
Tests entity_bundle_create(). |
| FieldAttachStorageTest::testEntityDeleteBundle | function | core/ |
Tests entity_bundle_delete(). |
| FieldAttachStorageTest::testFieldAttachDelete | function | core/ |
Tests entity deletion. |
| FieldAttachStorageTest::testFieldAttachLoadMultiple | function | core/ |
Tests the 'multiple' load feature. |
| FieldAttachStorageTest::testFieldAttachSaveEmptyData | function | core/ |
Tests insert and update with empty or NULL fields. |
| FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue | function | core/ |
Tests insert with empty or NULL fields, with default value. |
| FieldAttachStorageTest::testFieldAttachSaveLoad | function | core/ |
Check field values insert, update and load. |
| FieldBlock::getApplicablePluginOptions | function | core/ |
Returns an array of applicable formatter options for a field. |
| FieldBlock::getEntity | function | core/ |
Gets the entity that has the field. |
| FieldBlock::getFieldDefinition | function | core/ |
Gets the field definition. |
| FieldBlock::getFormatter | function | core/ |
Gets the formatter object. |
| FieldBlock::getPreviewFallbackString | function | core/ |
|
| FieldBlockDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| FieldBlockDeriver::getFieldMap | function | core/ |
Returns the entity field map for deriving block definitions. |
| FieldBlockDeriverTest::getBlockPluginIds | function | core/ |
Get an uncached list of block plugin IDs. |
| FieldBlockTest::getTestBlock | function | core/ |
Instantiates a block for testing. |
| FieldConfig::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
| FieldConfig::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| FieldConfig::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
| 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. |
Pagination
- Previous page
- Page 81
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.