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_
- Search main for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldTypePluginManager.php | file | core/ |
|
| FieldTypePluginManager::$typedDataManager | property | core/ |
The typed data manager. |
| FieldTypePluginManager::createFieldItem | function | core/ |
Creates a new field item as part of a field item list. |
| FieldTypePluginManager::createFieldItemList | function | core/ |
Creates a new field item list. |
| FieldTypePluginManager::createInstance | function | core/ |
Creates a field item, which is not part of an entity or field item list. |
| FieldTypePluginManager::getDefaultFieldSettings | function | core/ |
Returns the default field-level settings for a field type. |
| FieldTypePluginManager::getDefaultStorageSettings | function | core/ |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManager::getPluginClass | function | core/ |
Returns the PHP class that implements the field type plugin. |
| FieldTypePluginManager::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
| FieldTypePluginManager::getUiDefinitions | function | core/ |
Gets the definition of all field types that can be added via UI. |
| FieldTypePluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
| FieldTypePluginManager::__construct | function | core/ |
Constructs the FieldTypePluginManager object |
| FieldTypePluginManagerInterface | interface | core/ |
Defines an interface for the field type plugin manager. |
| FieldTypePluginManagerInterface.php | file | core/ |
|
| FieldTypePluginManagerInterface::createFieldItem | function | core/ |
Creates a new field item as part of a field item list. |
| FieldTypePluginManagerInterface::createFieldItemList | function | core/ |
Creates a new field item list. |
| FieldTypePluginManagerInterface::getDefaultFieldSettings | function | core/ |
Returns the default field-level settings for a field type. |
| FieldTypePluginManagerInterface::getDefaultStorageSettings | function | core/ |
Returns the default storage-level settings for a field type. |
| FieldTypePluginManagerInterface::getPluginClass | function | core/ |
Returns the PHP class that implements the field type plugin. |
| FieldTypePluginManagerInterface::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
| FieldTypePluginManagerInterface::getUiDefinitions | function | core/ |
Gets the definition of all field types that can be added via UI. |
| FieldTypePluginManagerTest | class | core/ |
Tests the field type manager. |
| FieldTypePluginManagerTest.php | file | core/ |
|
| FieldTypePluginManagerTest::enableAllCoreModules | function | core/ |
Enable all core modules. |
| FieldTypePluginManagerTest::testCreateInstance | function | core/ |
Tests creation of field item instances. |
| FieldTypePluginManagerTest::testCreateInstanceWithConfig | function | core/ |
Tests creation of field item instances. |
| FieldTypePluginManagerTest::testDefaultSettings | function | core/ |
Tests the default settings convenience methods. |
| FieldTypePluginManagerTest::testMainProperty | function | core/ |
Tests all field items provide an existing main property. |
| FieldTypeTest | class | core/ |
Tests the Drupal\block_content\Plugin\views\field\Type handler. |
| FieldTypeTest.php | file | core/ |
|
| FieldTypeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FieldTypeTest::$testViews | property | core/ |
Views used by this test. |
| FieldTypeTest::testFieldType | function | core/ |
|
| FieldUI | class | core/ |
Static service container wrapper for Field UI. |
| FieldUI.php | file | core/ |
|
| FieldUI::getNextDestination | function | core/ |
Returns the next redirect path in a multipage sequence. |
| FieldUI::getOverviewRouteInfo | function | core/ |
Returns the route info for the field overview of a given entity bundle. |
| FieldUI::getRouteBundleParameter | function | core/ |
Gets the route parameter that should be used for Field UI routes. |
| FieldUIDeleteTest | class | core/ |
Tests deletion of a field and their dependencies in the UI. |
| FieldUIDeleteTest.php | file | core/ |
|
| FieldUIDeleteTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FieldUIDeleteTest::$modules | property | core/ |
Modules to install. |
| FieldUIDeleteTest::$testViews | property | core/ |
Test views to enable |
| FieldUIDeleteTest::setUp | function | core/ |
|
| FieldUIDeleteTest::testDeleteField | function | core/ |
Tests that deletion removes field storages and fields as expected. |
| FieldUIIndentationTest | class | core/ |
Tests indentation on Field UI. |
| FieldUIIndentationTest.php | file | core/ |
|
| FieldUIIndentationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FieldUIIndentationTest::$modules | property | core/ |
Modules to install. |
| FieldUIIndentationTest::setUp | function | core/ |
Pagination
- Previous page
- Page 84
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.