Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 8.9.x for field_
- Search 11.x for field_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccessTest::testCheckFieldAccess | function | core/ |
Tests file entity field access. |
access_check.field_ui.field_reuse | service | core/ |
Drupal\field_ui\Access\FieldReuseAccessCheck |
access_check.field_ui.form_mode | service | core/ |
Drupal\field_ui\Access\FormModeAccessCheck |
access_check.field_ui.view_mode | service | core/ |
Drupal\field_ui\Access\ViewModeAccessCheck |
AccountForm::getEditedFieldNames | function | core/ |
Gets the names of all fields edited in the form. |
Action::fields | function | core/ |
Returns available fields on the source. |
AddFormBase::getSourceFieldName | function | core/ |
Returns the name of the source field for a media type. |
AddToAllBundlesConfigActionTest::testIgnoreExistingFields | function | core/ |
Tests that the action will ignore existing fields by default. |
AddToAllBundlesConfigActionTest::testInstantiateNewFieldOnAllBundles | function | core/ |
Tests instantiating a field on all bundles of an entity type. |
AjaxFormsTestSimpleForm::textfieldCallback | function | core/ |
|
AliasingResourceTypeRepository::getFields | function | core/ |
Gets the field mapping for the given field names and entity type + bundle. |
AlterTest::testAlterChangeFields | function | core/ |
Tests that we can alter the fields of a query. |
AnnounceFetcherTest::testFeedFields | function | core/ |
Tests feed fields. |
AssertContentTrait::assertFieldById | function | core/ |
Asserts that a field exists with the given ID and value. |
AssertContentTrait::assertFieldByName | function | core/ |
Asserts that a field exists with the given name and value. |
AssertContentTrait::assertFieldByXPath | function | core/ |
Asserts that a field exists in the current page by the given XPath. |
AssertContentTrait::assertFieldChecked | function | core/ |
Asserts that a checkbox field in the current page is checked. |
AssertContentTrait::assertFieldsByValue | function | core/ |
Asserts that a field exists in the current page with a given Xpath result. |
AssertContentTrait::assertNoFieldById | function | core/ |
Asserts that a field does not exist with the given ID and value. |
AssertContentTrait::assertNoFieldByName | function | core/ |
Asserts that a field does not exist with the given name and value. |
AssertContentTrait::assertNoFieldByXPath | function | core/ |
Asserts that a field does not exist or its value does not match, by XPath. |
AssertContentTrait::assertNoFieldChecked | function | core/ |
Asserts that a checkbox field in the current page is not checked. |
AssertContentTrait::constructFieldXpath | function | core/ |
Helper: Constructs an XPath for the given set of attributes and value. |
AutoIncrementingTestItem::getIncrementedFieldValue | function | core/ |
Gets an incremented field value. |
BaseFieldAccessTest | class | core/ |
Tests views base field access. |
BaseFieldAccessTest.php | file | core/ |
|
BaseFieldAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
BaseFieldAccessTest::$modules | property | core/ |
Modules to install. |
BaseFieldAccessTest::$testViews | property | core/ |
Views used by this test. |
BaseFieldAccessTest::setUp | function | core/ |
Sets up the test. |
BaseFieldAccessTest::testProtectedField | function | core/ |
Tests access to protected base fields. |
BaseFieldDefinition | class | core/ |
A class for defining entity fields. |
BaseFieldDefinition.php | file | core/ |
|
BaseFieldDefinition::$indexes | property | core/ |
|
BaseFieldDefinition::$propertyDefinitions | property | core/ |
An array of field property definitions. |
BaseFieldDefinition::$schema | property | core/ |
The field schema. |
BaseFieldDefinition::$type | property | core/ |
The field type. |
BaseFieldDefinition::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
BaseFieldDefinition::create | function | core/ |
Creates a new field definition. |
BaseFieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition based upon a field storage definition. |
BaseFieldDefinition::createFromItemType | function | core/ |
Creates a new list data definition for items of the given data type. |
BaseFieldDefinition::getCardinality | function | core/ |
Returns the maximum number of items allowed for the field. |
BaseFieldDefinition::getColumns | function | core/ |
Returns the field columns, as defined in the field schema. |
BaseFieldDefinition::getConfig | function | core/ |
Gets an object that can be saved in configuration. |
BaseFieldDefinition::getDefaultValue | function | core/ |
Returns the default value for the field in a newly created entity. |
BaseFieldDefinition::getDefaultValueCallback | function | core/ |
Returns the default value callback for the field. |
BaseFieldDefinition::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
BaseFieldDefinition::getDisplayOptions | function | core/ |
Returns the default display options for the field. |
BaseFieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
BaseFieldDefinition::getInitialValue | function | core/ |
Returns the initial value for the field. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.