Search for Field
- Search 7.x for Field
- Search 8.9.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
BaseFieldDefinition::isDisplayConfigurable | function | core/ |
Returns whether the display for the field can be configured. |
BaseFieldDefinition::isInternal | function | core/ |
Determines whether the data value is internal. |
BaseFieldDefinition::isMultiple | function | core/ |
Returns whether the field can contain multiple items. |
BaseFieldDefinition::isRevisionable | function | core/ |
Returns whether the field storage is revisionable. |
BaseFieldDefinition::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
BaseFieldDefinition::isTranslatable | function | core/ |
Returns whether the field is translatable. |
BaseFieldDefinition::setCardinality | function | core/ |
Sets the maximum number of items allowed for the field. |
BaseFieldDefinition::setCustomStorage | function | core/ |
Sets the storage behavior for this field. |
BaseFieldDefinition::setDefaultValue | function | core/ |
|
BaseFieldDefinition::setDefaultValueCallback | function | core/ |
|
BaseFieldDefinition::setDeleted | function | core/ |
Sets whether the field storage is deleted. |
BaseFieldDefinition::setDisplayConfigurable | function | core/ |
Sets whether the display for the field can be configured. |
BaseFieldDefinition::setDisplayOptions | function | core/ |
Sets the display options for the field in forms or rendered entities. |
BaseFieldDefinition::setInitialValue | function | core/ |
Sets an initial value for the field. |
BaseFieldDefinition::setInitialValueFromField | function | core/ |
Sets a field that will be used for getting initial values. |
BaseFieldDefinition::setName | function | core/ |
Sets the field name. |
BaseFieldDefinition::setPropertyConstraints | function | core/ |
Sets constraints for a given field item property. |
BaseFieldDefinition::setProvider | function | core/ |
Sets the name of the provider of this field. |
BaseFieldDefinition::setRevisionable | function | core/ |
Sets whether the field is revisionable. |
BaseFieldDefinition::setSetting | function | core/ |
Sets a definition setting. |
BaseFieldDefinition::setSettings | function | core/ |
Note that the method does not unset existing settings not specified in the incoming $settings array. |
BaseFieldDefinition::setStorageRequired | function | core/ |
Sets whether the field storage is required. |
BaseFieldDefinition::setTargetBundle | function | core/ |
Sets the bundle this field is defined for. |
BaseFieldDefinition::setTargetEntityTypeId | function | core/ |
Sets the ID of the type of the entity this field is attached to. |
BaseFieldDefinition::setTranslatable | function | core/ |
Sets whether the field is translatable. |
BaseFieldDefinition::__clone | function | core/ |
Magic method: Implements a deep clone. |
BaseFieldDefinition::__sleep | function | core/ |
|
BaseFieldDefinitionTest | class | core/ |
Unit test for BaseFieldDefinition. |
BaseFieldDefinitionTest | class | core/ |
Stub class for BaseFieldDefinition. |
BaseFieldDefinitionTest.php | file | core/ |
|
BaseFieldDefinitionTest::$fieldType | property | core/ |
A dummy field type name. |
BaseFieldDefinitionTest::$fieldTypeDefinition | property | core/ |
A dummy field type definition. |
BaseFieldDefinitionTest::create | function | core/ |
Creates a new field definition. |
BaseFieldDefinitionTest::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
BaseFieldDefinitionTest::getType | function | core/ |
Returns the field type. |
BaseFieldDefinitionTest::mockDefaultValueCallback | function | core/ |
Provides a Mock base field default value callback. |
BaseFieldDefinitionTest::setUp | function | core/ |
|
BaseFieldDefinitionTest::testCustomStorage | function | core/ |
Tests custom storage. |
BaseFieldDefinitionTest::testDefaultFieldSettings | function | core/ |
Tests the initialization of default field settings. |
BaseFieldDefinitionTest::testDefaultValueCallback | function | core/ |
Tests default value callbacks. |
BaseFieldDefinitionTest::testFieldCardinality | function | core/ |
Tests field cardinality. |
BaseFieldDefinitionTest::testFieldDefaultValue | function | core/ |
Tests field default value. |
BaseFieldDefinitionTest::testFieldDescription | function | core/ |
Tests field description methods. |
BaseFieldDefinitionTest::testFieldInitialValue | function | core/ |
Tests field initial value. |
BaseFieldDefinitionTest::testFieldLabel | function | core/ |
Tests field label methods. |
BaseFieldDefinitionTest::testFieldName | function | core/ |
Tests field name methods. |
BaseFieldDefinitionTest::testFieldProvider | function | core/ |
Tests provider. |
BaseFieldDefinitionTest::testFieldRequired | function | core/ |
Tests required. |
BaseFieldDefinitionTest::testFieldRevisionable | function | core/ |
Tests field revisionable methods. |
BaseFieldDefinitionTest::testFieldSettings | function | core/ |
Tests field settings methods. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.