Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldSettingsTest::getSettingsProvider | function | core/ |
Provides field settings for testGetSettings(). |
FieldSettingsTest::testGetSettings | function | core/ |
@covers ::getSettings |
FieldSqlStorageTest | class | core/ |
Tests Field SQL Storage . |
FieldSqlStorageTest.php | file | core/ |
|
FieldSqlStorageTest::$field | property | core/ |
A field to use in this test class. |
FieldSqlStorageTest::$fieldCardinality | property | core/ |
|
FieldSqlStorageTest::$fieldName | property | core/ |
The name of the created field. |
FieldSqlStorageTest::$fieldStorage | property | core/ |
A field storage to use in this class. |
FieldSqlStorageTest::$modules | property | core/ |
Modules to enable. |
FieldSqlStorageTest::$revisionTable | property | core/ |
Name of the revision table of the field. |
FieldSqlStorageTest::$table | property | core/ |
Name of the data table of the field. |
FieldSqlStorageTest::$tableMapping | property | core/ |
The table mapping for the tested entity type. |
FieldSqlStorageTest::setUp | function | core/ |
|
FieldSqlStorageTest::testFieldLoad | function | core/ |
Tests field loading works correctly by inserting directly in the tables. |
FieldSqlStorageTest::testFieldSqlStorageForeignKeys | function | core/ |
Tests foreign key support. |
FieldSqlStorageTest::testFieldUpdateFailure | function | core/ |
Tests that failure to create fields is handled gracefully. |
FieldSqlStorageTest::testFieldUpdateIndexesWithData | function | core/ |
Tests adding and removing indexes while data is present. |
FieldSqlStorageTest::testFieldWrite | function | core/ |
Tests field saving works correctly by reading directly from the tables. |
FieldSqlStorageTest::testLongNames | function | core/ |
Tests that long entity type and field names do not break. |
FieldSqlStorageTest::testTableNames | function | core/ |
Tests table name generation. |
FieldSqlStorageTest::testUpdateFieldSchemaWithData | function | core/ |
Tests trying to update a field with data. |
FieldStorageAddForm::getExistingFieldLabels | function | core/ |
Gets the human-readable labels for the given field storage names. |
FieldStorageAddForm::getExistingFieldStorageOptions | function | core/ |
Returns an array of existing field storages that can be added to a bundle. |
FieldStorageAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
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. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.