| FieldLayoutEntityFormDisplayEditForm |
class |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
Edit form for the EntityFormDisplay entity type. |
| FieldLayoutEntityFormDisplayEditForm.php |
file |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
|
| FieldLayoutEntityFormDisplayEditForm::create |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| FieldLayoutEntityFormDisplayEditForm::__construct |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php |
FieldLayoutEntityFormDisplayEditForm constructor. |
| FieldLayoutEntityViewDisplay |
class |
core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php |
Provides an entity view display entity that has a layout. |
| FieldLayoutEntityViewDisplay.php |
file |
core/modules/field_layout/src/Entity/FieldLayoutEntityViewDisplay.php |
|
| FieldLayoutEntityViewDisplayEditForm |
class |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
Edit form for the EntityViewDisplay entity type. |
| FieldLayoutEntityViewDisplayEditForm.php |
file |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
|
| FieldLayoutEntityViewDisplayEditForm::create |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| FieldLayoutEntityViewDisplayEditForm::__construct |
function |
core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php |
FieldLayoutEntityViewDisplayEditForm constructor. |
| FieldLayoutHooks |
class |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Hook implementations for field_layout. |
| FieldLayoutHooks.php |
file |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
|
| FieldLayoutHooks::entityTypeAlter |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_entity_type_alter(). |
| FieldLayoutHooks::entityViewAlter |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_entity_view_alter(). |
| FieldLayoutHooks::formAlter |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_form_alter(). |
| FieldLayoutHooks::help |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_help(). |
| FieldLayoutHooks::modulesInstalled |
function |
core/modules/field_layout/src/Hook/FieldLayoutHooks.php |
Implements hook_modules_installed(). |
| FieldLayoutTest |
class |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests using field layout for entity displays. |
| FieldLayoutTest |
class |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Tests using field layout for entity displays. |
| FieldLayoutTest.php |
file |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
|
| FieldLayoutTest.php |
file |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
|
| FieldLayoutTest::$defaultTheme |
property |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
The theme to install as the default for testing. |
| FieldLayoutTest::$defaultTheme |
property |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
The theme to install as the default for testing. |
| FieldLayoutTest::$modules |
property |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Modules to install. |
| FieldLayoutTest::$modules |
property |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Modules to install. |
| FieldLayoutTest::assertFieldInRegion |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Asserts that a field exists in a given region. |
| FieldLayoutTest::getRegionTitles |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Gets the region titles on the page. |
| FieldLayoutTest::getRegionTitles |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Gets the region titles on the page. |
| FieldLayoutTest::setUp |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
|
| FieldLayoutTest::setUp |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
|
| FieldLayoutTest::testChangingFormatterAndRegion |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests changing the formatter and region at the same time. |
| FieldLayoutTest::testEntityForm |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests the use of field layout for entity form displays. |
| FieldLayoutTest::testEntityView |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests the use of field layout for entity view displays. |
| FieldLayoutTest::testEntityViewModes |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests that layouts are unique per view mode. |
| FieldLayoutTest::testLayoutForms |
function |
core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php |
Tests layout plugins with forms. |
| FieldLayoutTest::testNodeView |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Tests an entity type that has fields shown by default. |
| FieldLayoutTest::testRegionChanges |
function |
core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php |
Tests that changes to the regions still leave the fields visible. |
| FieldLayoutTestHooks |
class |
core/modules/field_layout/tests/modules/field_layout_test/src/Hook/FieldLayoutTestHooks.php |
Hook implementations for field_layout_test. |
| FieldLayoutTestHooks.php |
file |
core/modules/field_layout/tests/modules/field_layout_test/src/Hook/FieldLayoutTestHooks.php |
|
| FieldLayoutTestHooks::layoutAlter |
function |
core/modules/field_layout/tests/modules/field_layout_test/src/Hook/FieldLayoutTestHooks.php |
Implements hook_layout_alter(). |
| FieldLayoutUninstallTest |
class |
core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php |
Tests Field Layout Uninstall. |
| FieldLayoutUninstallTest.php |
file |
core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php |
|
| FieldLayoutUninstallTest::testFieldLayoutUninstall |
function |
core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php |
Ensures field layout can be uninstalled with layout builder enabled. |
| FieldLink |
class |
core/modules/link/src/Plugin/migrate/process/FieldLink.php |
Transform a pre-Drupal 8 formatted link for use in Drupal 8. |
| FieldLink.php |
file |
core/modules/link/src/Plugin/migrate/process/FieldLink.php |
|
| FieldLink::canonicalizeUri |
function |
core/modules/link/src/Plugin/migrate/process/FieldLink.php |
Turn a Drupal 6/7 URI into a Drupal 8-compatible format. |
| FieldLink::transform |
function |
core/modules/link/src/Plugin/migrate/process/FieldLink.php |
Performs the associated process. |
| FieldLink::__construct |
function |
core/modules/link/src/Plugin/migrate/process/FieldLink.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| FieldLinkTest |
class |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
Tests the link field migrate process plugin. |
| FieldLinkTest.php |
file |
core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php |
|