Search for Field
Title | Object type | File name | Summary |
---|---|---|---|
HiddenFieldSelector.php | file | core/ |
|
HiddenFieldSelector::__construct | function | core/ |
|
hook_entity_base_field_info | function | core/ |
Provides custom base field definitions for a content entity type. |
hook_entity_base_field_info_alter | function | core/ |
Alter base field definitions for a content entity type. |
hook_entity_bundle_field_info | function | core/ |
Provides field definitions for a specific bundle within an entity type. |
hook_entity_bundle_field_info_alter | function | core/ |
Alter bundle field definitions. |
hook_entity_extra_field_info | function | core/ |
Exposes "pseudo-field" components on content entities. |
hook_entity_extra_field_info_alter | function | core/ |
Alter "pseudo-field" components on content entities. |
hook_entity_field_access | function | core/ |
Control access to fields. |
hook_entity_field_access_alter | function | core/ |
Alter the default access behavior for a given field. |
hook_entity_field_storage_info | function | core/ |
Provides field storage definitions for a content entity type. |
hook_entity_field_storage_info_alter | function | core/ |
Alter field storage definitions for a content entity type. |
hook_entity_field_values_init | function | core/ |
Acts when initializing a fieldable entity object. |
hook_ENTITY_TYPE_field_values_init | function | core/ |
Acts when initializing a fieldable entity object. |
Importer::setFieldValues | function | core/ |
Sets field values based on the normalized data. |
InsertDefaultsTest::testDefaultInsertWithFields | function | core/ |
Tests that we can insert fields with values and defaults in the same query. |
InsertTest::testInsertFieldOnlyDefinition | function | core/ |
Tests that we can specify fields without values and specify values later. |
InsertTest::testInsertSelectFields | function | core/ |
Tests that the INSERT INTO ... SELECT (fields) ... syntax works. |
InsertTrait::$defaultFields | property | core/ |
An array of fields that should be set to their database-defined defaults. |
InsertTrait::$insertFields | property | core/ |
An array of fields on which to insert. |
InsertTrait::fields | function | core/ |
Adds a set of field->value pairs to be inserted. |
IntegerItem::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
JavascriptStatesTest::doTextfieldTriggerTests | function | core/ |
Tests states of elements triggered by a textfield element. |
JSInteractionTest::testFieldValueNotSettable | function | core/ |
Assert an exception is thrown when the field is never enabled. |
JsonApiPatchRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2968972 | function | core/ |
Cannot PATCH an entity with dangling references in an ER field. |
JsonApiPatchRegressionTest::testPatchingDateTimeFieldsFromIssue3021194 | function | core/ |
Ensures PATCHing datetime (both date-only & date+time) fields is possible. |
JsonApiPatchRegressionTest::testPatchInvalidFieldPropertyFromIssue3127883 | function | core/ |
Ensure PATCHing a non-existing field property results in a helpful error. |
JSWebAssert::waitForField | function | core/ |
Waits for a field with specified locator and returns it when available. |
KeyValueEntityStorageTest::$entityFieldManager | property | core/ |
The mocked entity field manager. |
LanguageTestTrait::setFieldTranslatable | function | core/ |
Sets and saves a given field instance translation status. |
LayoutBuilderBlocksTest::testFieldBlockLabel | function | core/ |
Tests the ability to use a specified block label for field blocks. |
LayoutBuilderOverridesTest::testDeleteField | function | core/ |
Tests deleting a field in-use by an overridden layout. |
LayoutBuilderOverridesTest::testOverridesWithoutFieldUi | function | core/ |
Tests Layout Builder overrides without Field UI installed. |
layout_builder_expose_all_field_blocks.info.yml | file | core/ |
core/modules/layout_builder/modules/layout_builder_expose_all_field_blocks/layout_builder_expose_all_field_blocks.info.yml |
ManageFieldsFunctionalTestBase | class | core/ |
Tests the Field UI "Manage fields" screen. |
ManageFieldsFunctionalTestBase.php | file | core/ |
|
ManageFieldsFunctionalTestBase::$contentType | property | core/ |
The ID of the custom content type created for testing. |
ManageFieldsFunctionalTestBase::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ManageFieldsFunctionalTestBase::$fieldLabel | property | core/ |
The label for a random field to be created for testing. |
ManageFieldsFunctionalTestBase::$fieldName | property | core/ |
The name of a random field to be created for testing. |
ManageFieldsFunctionalTestBase::$fieldNameInput | property | core/ |
The input name of a random field to be created for testing. |
ManageFieldsFunctionalTestBase::$modules | property | core/ |
Modules to install. |
ManageFieldsFunctionalTestBase::setUp | function | core/ |
|
ManageFieldsLifecycleTest | class | core/ |
Tests the Field UI "Manage fields" screen. |
ManageFieldsLifecycleTest.php | file | core/ |
|
ManageFieldsLifecycleTest::addExistingField | function | core/ |
Tests adding an existing field in another content type. |
ManageFieldsLifecycleTest::addPersistentFieldStorage | function | core/ |
Tests that persistent field storage appears in the field UI. |
ManageFieldsLifecycleTest::assertFieldSettings | function | core/ |
Asserts field settings are as expected. |
ManageFieldsLifecycleTest::cardinalitySettings | function | core/ |
Tests the cardinality settings of a field. |
ManageFieldsLifecycleTest::createField | function | core/ |
Tests adding a new field. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.