Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 10.3.x for field_
- Search main for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SqlContentEntityStorageSchema::getSelectQueryForFieldStorageDeletion | function | core/ |
Returns a SELECT query suitable for inserting data into a dedicated table. |
| SqlContentEntityStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| SqlContentEntityStorageSchema::hasNullFieldPropertyData | function | core/ |
Checks whether a field property has NULL values. |
| SqlContentEntityStorageSchema::loadFieldSchemaData | function | core/ |
Loads stored schema data for the given field storage definition. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeCreate | function | core/ |
Reacts to the creation of the fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate | function | core/ |
Reacts to the update of a fieldable entity type. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate | function | core/ |
Reacts to the creation of a field storage definition. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete | function | core/ |
Reacts to the deletion of a field storage definition. |
| SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate | function | core/ |
Reacts to the update of a field storage definition. |
| SqlContentEntityStorageSchema::performFieldSchemaOperation | function | core/ |
Performs the specified operation on a field. |
| SqlContentEntityStorageSchema::processFieldStorageSchema | function | core/ |
Processes the schema for a field storage definition. |
| SqlContentEntityStorageSchema::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
| SqlContentEntityStorageSchema::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
| SqlContentEntityStorageSchema::saveFieldSchemaData | function | core/ |
Stores schema data for the given field storage definition. |
| SqlContentEntityStorageSchemaColumnTest::$fieldStorage | property | core/ |
The field storage. |
| SqlContentEntityStorageSchemaTest::$entityFieldManager | property | core/ |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared | function | core/ |
Tests updating a shared table field definition. |
| SqlContentEntityStorageSchemaTest::testUpdateFieldStorageDefinitionThrowsException | function | core/ |
Test to ensure that updating field with data triggers expected exceptions. |
| SqlContentEntityStorageTest::$entityFieldManager | property | core/ |
The mocked entity field manager used in this test. |
| SqlContentEntityStorageTest::$fieldDefinitions | property | core/ |
An array of field definitions used for this test, keyed by field name. |
| SqlContentEntityStorageTest::mockFieldDefinitions | function | core/ |
Returns a set of mock field definitions for the given names. |
| SqlContentEntityStorageTest::testEntityWithManyFieldsLoad | function | core/ |
Tests that entities with a large number (65+) of fields load successfully. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields | function | core/ |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields | function | core/ |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields | function | core/ |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields | function | core/ |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlCountCache::fields | function | core/ |
Returns available fields on the source. |
| SqlFieldableEntityTypeListenerTrait | trait | core/ |
Helper methods for EntityTypeListenerInterface. |
| SqlFieldableEntityTypeListenerTrait.php | file | core/ |
|
| SqlFieldableEntityTypeListenerTrait::copyData | function | core/ |
Copies entity data from the original storage to the temporary one. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy | function | core/ |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate | function | core/ |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema | function | core/ |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema | function | core/ |
Allows subscribers to prepare their schema before data copying. |
| SqlIdMapTest::getFieldSchema | function | core/ |
Gets the field schema. |
| SqliteCastedIntFieldJoinTest | class | core/ |
Tests SQLite specific cast handling. |
| SqliteCastedIntFieldJoinTest.php | file | core/ |
|
| SqliteCastedIntFieldJoinTest::$castingType | property | core/ |
The db type that should be used for casting fields as integers. |
| SqliteDateSql::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset | function | core/ |
Tests timezone offset formatting. |
| StateFormatterTest::testStateFieldFormatter | function | core/ |
Tests the embed field. |
| StatisticsLastUpdated::$field_alias | property | core/ |
The field alias. |
| StickyNode::getFieldsToUpdate | function | core/ |
|
| StringDatabaseStorage::dbFieldTable | function | core/ |
Gets table alias for field. |
| StringFieldTest | class | core/ |
Tests the creation of string fields. |
| StringFieldTest.php | file | core/ |
|
| StringFieldTest::$defaultTheme | property | core/ |
|
| StringFieldTest::$modules | property | core/ |
|
| StringFieldTest::$webUser | property | core/ |
A user without any special permissions. |
Pagination
- Previous page
- Page 130
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.