Search for id
Title | Object type | File name | Summary |
---|---|---|---|
BaseFieldDefinition::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
BaseFieldDefinition::setProvider | function | core/ |
Sets the name of the provider of this field. |
BaseFieldDefinition::setTargetEntityTypeId | function | core/ |
Sets the ID of the type of the entity this field is attached to. |
BaseFieldDefinitionTest::testFieldProvider | function | core/ |
Tests provider. |
BaseFieldDefinitionTest::testInvalidDefaultValueCallback | function | core/ |
Tests invalid default value callbacks. |
BaseFieldDefinitionTestBase::getPluginId | function | core/ |
Returns the plugin ID of the tested field type. |
BaseFieldOverride | class | core/ |
Defines the base field override entity. |
BaseFieldOverride.php | file | core/ |
|
BaseFieldOverride::$baseFieldDefinition | property | core/ |
The base field definition. |
BaseFieldOverride::$original | property | core/ |
The original override. |
BaseFieldOverride::createFromBaseFieldDefinition | function | core/ |
Creates a base field override object. |
BaseFieldOverride::getBaseFieldDefinition | function | core/ |
Gets the base field definition. |
BaseFieldOverride::getClass | function | core/ |
Returns the class used for creating the typed data object. |
BaseFieldOverride::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
BaseFieldOverride::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
BaseFieldOverride::getUniqueIdentifier | function | core/ |
Returns a unique identifier for the field. |
BaseFieldOverride::isComputed | function | core/ |
Determines whether the data value is computed. |
BaseFieldOverride::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
BaseFieldOverride::isInternal | function | core/ |
Determines whether the data value is internal. |
BaseFieldOverride::isReadOnly | function | core/ |
Determines whether the data is read-only. |
BaseFieldOverride::loadByName | function | core/ |
Loads a base field bundle override config entity. |
BaseFieldOverride::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
BaseFieldOverride::preSave | function | core/ |
|
BaseFieldOverride::__construct | function | core/ |
Constructs a BaseFieldOverride object. |
BaseFieldOverride::__sleep | function | core/ |
Implements the magic __sleep() method. |
BaseFieldOverrideAccessControlHandler | class | core/ |
Provides en entity access control handler for base field override entity. |
BaseFieldOverrideAccessControlHandler.php | file | core/ |
|
BaseFieldOverrideAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
BaseFieldOverrideJsonAnonTest | class | core/ |
@group rest |
BaseFieldOverrideJsonAnonTest.php | file | core/ |
|
BaseFieldOverrideJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BaseFieldOverrideJsonAnonTest::$format | property | core/ |
The format to use in this test. |
BaseFieldOverrideJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
BaseFieldOverrideJsonBasicAuthTest | class | core/ |
@group rest |
BaseFieldOverrideJsonBasicAuthTest.php | file | core/ |
|
BaseFieldOverrideJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
BaseFieldOverrideJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BaseFieldOverrideJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
BaseFieldOverrideJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
BaseFieldOverrideJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
BaseFieldOverrideJsonCookieTest | class | core/ |
@group rest |
BaseFieldOverrideJsonCookieTest.php | file | core/ |
|
BaseFieldOverrideJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
BaseFieldOverrideJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BaseFieldOverrideJsonCookieTest::$format | property | core/ |
The format to use in this test. |
BaseFieldOverrideJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
BaseFieldOverrideResourceTestBase | class | core/ |
|
BaseFieldOverrideResourceTestBase.php | file | core/ |
|
BaseFieldOverrideResourceTestBase::$entity | property | core/ |
|
BaseFieldOverrideResourceTestBase::$entityTypeId | property | core/ |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.