Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
FieldCrudTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field entity definition.
FieldCrudTest::testCreateFieldCustomStorage function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests creating a field with custom storage set.
FieldCustomTest class core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Tests the core Drupal\views\Plugin\views\field\Custom handler.
FieldCustomTest.php file core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
FieldCustomTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Views used by this test.
FieldCustomTest::testCustomFieldXss function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom field content is XSS filtered.
FieldCustomTest::testFieldCustom function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom fields work and doesn't escape unnecessary markup.
FieldCustomTest::testFieldCustomTokens function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom fields can use tokens.
FieldCustomTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Returns the views data definition.
FieldDataCountTest::$storage property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDataCountTest::$storageRev property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDataCountTest::$storageUser property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDefinition::$fieldStorageDefinition property core/lib/Drupal/Core/Field/FieldDefinition.php The associated field storage definition.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field storage definition.
FieldDefinition::setFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Set the field storage definition.
FieldDefinitionIntegrityTest::modulesWithSubdirectory function core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php Find modules with a specified subdirectory.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldDefinitionListener::$keyValueFactory property core/lib/Drupal/Core/Field/FieldDefinitionListener.php The key-value factory.
FieldDefinitionListenerTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The key-value factory.
FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete[[api-linebreak]]
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionUpdate[[api-linebreak]]
FieldDefinitionTest::$storageDefinition property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php The test field storage definition.
FieldDefinitionTest::$storageSupportsTranslation property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A flag for setting if the field storage supports translation.
FieldDefinitionTest::factoryTypeProvider function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A data provider for all the types of factories that can create definitions.
FieldDefinitionTest::initializeFieldUsingFactory function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Creates a bundle field using a specified factory.
FieldDropbuttonTest class core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Tests the core Drupal\views\Plugin\views\field\Dropbutton handler.
FieldDropButtonTest class core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Tests the dropbutton field handler.
FieldDropbuttonTest.php file core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest.php file core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
FieldDropButtonTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php The theme to install as the default for testing.
FieldDropbuttonTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Modules to enable.
FieldDropButtonTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Modules to enable.
FieldDropbuttonTest::$node1 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$node2 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$node3 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$testUser property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test user.
FieldDropbuttonTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Views to be enabled.
FieldDropButtonTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Views used by this test.
FieldDropbuttonTest::setUp function core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Sets up the test.
FieldDropButtonTest::testDropbutton function core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Tests dropbutton field.
FieldDropbuttonTest::testDropbuttonMarkupShouldNotLeakBetweenRows function core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Tests that dropbutton markup doesn't leak between rows.
FieldFormButtonTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php A handler to provide a field that is completely custom by the administrator.
FieldFormButtonTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php
FieldFormButtonTest::getValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Gets the value that's supposed to be rendered.
FieldFormButtonTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Called to add the field to a query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.