Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldStorageConfigXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| FieldStorageConfigXmlBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| FieldStorageConfigXmlBasicAuthTest::$modules | property | core/ |
Modules to install. |
| FieldStorageConfigXmlCookieTest | class | core/ |
@group rest |
| FieldStorageConfigXmlCookieTest.php | file | core/ |
|
| FieldStorageConfigXmlCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| FieldStorageConfigXmlCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FieldStorageConfigXmlCookieTest::$format | property | core/ |
The format to use in this test. |
| FieldStorageConfigXmlCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| FieldStorageCrudTest | class | core/ |
Tests field storage create, read, update, and delete. |
| FieldStorageCrudTest.php | file | core/ |
|
| FieldStorageCrudTest::$modules | property | core/ |
Modules to enable. |
| FieldStorageCrudTest::testCreate | function | core/ |
Test the creation of a field storage. |
| FieldStorageCrudTest::testCreateWithExplicitSchema | function | core/ |
Tests that an explicit schema can be provided on creation. |
| FieldStorageCrudTest::testDeleteNoData | function | core/ |
Test the deletion of a field storage. |
| FieldStorageCrudTest::testIndexes | function | core/ |
Test creation of indexes on data column. |
| FieldStorageCrudTest::testRead | function | core/ |
Tests reading field storage definitions. |
| FieldStorageCrudTest::testUpdate | function | core/ |
Test updating a field storage. |
| FieldStorageCrudTest::testUpdateEntityTargetType | function | core/ |
Test changing a field storage entity type. |
| FieldStorageCrudTest::testUpdateEntityType | function | core/ |
Test changing a field storage type. |
| FieldStorageCrudTest::testUpdateFieldType | function | core/ |
|
| FieldStorageCrudTest::testUpdateForbid | function | core/ |
Test field type modules forbidding an update. |
| FieldStorageDefinition | class | core/ |
A custom field storage definition class. |
| FieldStorageDefinition.php | file | core/ |
|
| FieldStorageDefinition::isBaseField | function | core/ |
Determines whether the field is a base field. |
| FieldStorageDefinitionEvent | class | core/ |
Defines a base class for all field storage definition events. |
| FieldStorageDefinitionEvent.php | file | core/ |
|
| FieldStorageDefinitionEvent::$fieldStorageDefinition | property | core/ |
The field storage definition. |
| FieldStorageDefinitionEvent::$original | property | core/ |
The original field storage definition. |
| FieldStorageDefinitionEvent::getFieldStorageDefinition | function | core/ |
The field storage definition. |
| FieldStorageDefinitionEvent::getOriginal | function | core/ |
The original field storage definition. |
| FieldStorageDefinitionEvent::__construct | function | core/ |
Constructs a new FieldStorageDefinitionEvent. |
| FieldStorageDefinitionEvents | class | core/ |
Contains all events thrown while handling field storage definitions. |
| FieldStorageDefinitionEvents.php | file | core/ |
|
| FieldStorageDefinitionEvents::CREATE | constant | core/ |
Name of the event triggered for field storage definition creation. |
| FieldStorageDefinitionEvents::DELETE | constant | core/ |
Name of the event triggered for field storage definition deletion. |
| FieldStorageDefinitionEvents::UPDATE | constant | core/ |
Name of the event triggered for field storage definition update. |
| FieldStorageDefinitionEventSubscriberTrait | trait | core/ |
Helper methods for FieldStorageDefinitionListenerInterface. |
| FieldStorageDefinitionEventSubscriberTrait.php | file | core/ |
|
| FieldStorageDefinitionEventSubscriberTrait::getFieldStorageDefinitionEvents | function | core/ |
Returns the subscribed events. |
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionCreate | function | core/ |
|
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionDelete | function | core/ |
|
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionEvent | function | core/ |
Listener method for any field storage definition event. |
| FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate | function | core/ |
|
| FieldStorageDefinitionInterface | interface | core/ |
Defines an interface for entity field storage definitions. |
| FieldStorageDefinitionInterface.php | file | core/ |
|
| FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED | constant | core/ |
Value indicating a field accepts an unlimited number of values. |
| 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. |
Pagination
- Previous page
- Page 79
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.