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
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
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 |
---|---|---|---|
LinkViewsTokensTest::$fieldName | property | core/ |
The field name used for the link field. |
link_test_base_field.info.yml | file | core/ |
core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml |
link_test_base_field.module | file | core/ |
Contains main module functions. |
link_test_base_field_entity_base_field_info | function | core/ |
Implements hook_entity_base_field_info(). |
ListField | class | core/ |
Filter handler which uses list-fields as options. |
ListField | class | core/ |
Plugin annotation @MigrateField( id = "list", type_map = { "list_boolean" = "boolean", "list_integer" = "list_integer", "list_text" = "list_string", "list_float" = "list_float", }, core = {7}, source_module = "list", … |
ListField.php | file | core/ |
|
ListField.php | file | core/ |
|
ListField::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate | property | core/ |
Whether the field storage should be updated. |
MakeUniqueEntityField | class | core/ |
Ensures the source value is made unique against an entity field. |
MakeUniqueEntityField.php | file | core/ |
|
MakeUniqueEntityField::$entityTypeManager | property | core/ |
The entity type manager. |
MakeUniqueEntityField::$migration | property | core/ |
The current migration. |
MakeUniqueEntityField::create | function | core/ |
Creates an instance of the plugin. |
MakeUniqueEntityField::exists | function | core/ |
This is a query checking the existence of some value. |
MakeUniqueEntityField::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
MakeUniqueEntityFieldTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField[[api-linebreak]] @group migrate |
MakeUniqueEntityFieldTest.php | file | core/ |
|
MakeUniqueEntityFieldTest::$entityQuery | property | core/ |
The mock entity query. |
MakeUniqueEntityFieldTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
MakeUniqueEntityFieldTest::$migrationConfiguration | property | core/ |
The migration configuration, initialized to set the ID to test. |
MakeUniqueEntityFieldTest::entityQueryExpects | function | core/ |
Helper function to add expectations to the mock entity query object. |
MakeUniqueEntityFieldTest::providerTestMakeUniqueEntityField | function | core/ |
Data provider for testMakeUniqueEntityField(). |
MakeUniqueEntityFieldTest::setUp | function | core/ |
|
MakeUniqueEntityFieldTest::testMakeUniqueEntityField | function | core/ |
Tests making an entity field value unique. |
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidLength | function | core/ |
Tests that invalid length option throws an exception. |
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldEntityInvalidStart | function | core/ |
Tests that invalid start position throws an exception. |
MakeUniqueEntityFieldTest::testMakeUniqueEntityFieldMigrated | function | core/ |
Tests making an entity field value unique only for migrated entities. |
ManageDisplayTest::assertFieldSelectOptions | function | core/ |
Checks if a select element contains the specified options. |
ManageDisplayTest::assertFieldSelectOptions | function | core/ |
Checks if a select element contains the specified options. |
ManageDisplayTest::fieldUIAddNewField | function | core/ |
Creates a new field through the Field UI. |
ManageDisplayTest::testNoFieldsDisplayOverview | function | core/ |
Tests that a message is shown when there are no fields. |
ManageDisplayTest::testNonInitializedFields | function | core/ |
Tests that fields with no explicit display settings do not break. |
ManageFieldsFunctionalTest | class | core/ |
Tests the Field UI "Manage fields" screen. |
ManageFieldsFunctionalTest.php | file | core/ |
|
ManageFieldsFunctionalTest::$contentType | property | core/ |
The ID of the custom content type created for testing. |
ManageFieldsFunctionalTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ManageFieldsFunctionalTest::$fieldLabel | property | core/ |
The label for a random field to be created for testing. |
ManageFieldsFunctionalTest::$fieldName | property | core/ |
The name of a random field to be created for testing. |
ManageFieldsFunctionalTest::$fieldNameInput | property | core/ |
The input name of a random field to be created for testing. |
ManageFieldsFunctionalTest::$modules | property | core/ |
Modules to install. |
ManageFieldsFunctionalTest::addExistingField | function | core/ |
Tests adding an existing field in another content type. |
ManageFieldsFunctionalTest::addPersistentFieldStorage | function | core/ |
Tests that persistent field storage appears in the field UI. |
ManageFieldsFunctionalTest::assertFieldSettings | function | core/ |
Asserts field settings are as expected. |
ManageFieldsFunctionalTest::cardinalitySettings | function | core/ |
Tests the cardinality settings of a field. |
ManageFieldsFunctionalTest::createField | function | core/ |
Tests adding a new field. |
ManageFieldsFunctionalTest::deleteField | function | core/ |
Tests deleting a field from the field edit form. |
ManageFieldsFunctionalTest::fieldListAdminPage | function | core/ |
Tests that the field list administration page operates correctly. |
ManageFieldsFunctionalTest::manageFieldsPage | function | core/ |
Tests the manage fields page. |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.