Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 10.3.x for Field
  4. Search 11.x for Field
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.

All search results

Title Object type File name Summary
FieldBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock
FieldBlockTest class core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock
@group Field
FieldBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
FieldBlockTest.php file core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
FieldBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php The theme to install as the default for testing.
FieldBlockTest::$entityFieldManager property core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php The entity field manager.
FieldBlockTest::$logger property core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php The logger.
FieldBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Modules to enable.
FieldBlockTest::getTestBlock function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Instantiates a block for testing.
FieldBlockTest::providerTestBlockAccessEntityAllowedFieldHasValue function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBlockAccessEntityAllowedFieldHasValue().
FieldBlockTest::providerTestBlockAccessNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBlockAccessEntityNotAllowed().
FieldBlockTest::providerTestBuild function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBuild().
FieldBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
FieldBlockTest::setUp function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
FieldBlockTest::testBlockAccessEntityAllowedFieldHasValue function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests populated vs empty build.
FieldBlockTest::testBlockAccessEntityAllowedFieldNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests field access.
FieldBlockTest::testBlockAccessEntityAllowedNoField function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests fieldable entity without a particular field.
FieldBlockTest::testBlockAccessEntityAllowedNotFieldable function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests unfieldable entity.
FieldBlockTest::testBlockAccessEntityNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests entity access.
FieldBlockTest::testBuild function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @covers ::build
@dataProvider providerTestBuild
FieldBlockTest::testBuildException function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @covers ::build
FieldBlockTest::testBuildWithFormException function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests a field block that throws a form exception.
FieldBlockTest::testStatesFieldBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Tests configuring a field block that uses #states.
FieldBlockTest::testUserFieldBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Tests configuring a field block for a user field.
FieldBooleanTest class core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Tests the core Drupal\views\Plugin\views\field\Boolean handler.
FieldBooleanTest.php file core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php
FieldBooleanTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Views used by this test.
FieldBooleanTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Returns a very simple test dataset.
FieldBooleanTest::testFieldBoolean function core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php
FieldBooleanTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Returns the views data definition.
FieldConfig class core/modules/field/src/Entity/FieldConfig.php Defines the Field entity.
FieldConfig.php file core/modules/field/src/Entity/FieldConfig.php
FieldConfig::$deleted property core/modules/field/src/Entity/FieldConfig.php Flag indicating whether the field is deleted.
FieldConfig::$fieldStorage property core/modules/field/src/Entity/FieldConfig.php The associated FieldStorageConfig entity.
FieldConfig::calculateDependencies function core/modules/field/src/Entity/FieldConfig.php Calculates dependencies and stores them in the dependency property.
FieldConfig::getDisplayOptions function core/modules/field/src/Entity/FieldConfig.php Returns the default display options for the field.
FieldConfig::getFieldStorageDefinition function core/modules/field/src/Entity/FieldConfig.php Returns the field storage definition.
FieldConfig::getUniqueIdentifier function core/modules/field/src/Entity/FieldConfig.php Returns a unique identifier for the field.
FieldConfig::isComputed function core/modules/field/src/Entity/FieldConfig.php Determines whether the data value is computed.
FieldConfig::isDeleted function core/modules/field/src/Entity/FieldConfig.php Gets the deleted flag of the field.
FieldConfig::isDisplayConfigurable function core/modules/field/src/Entity/FieldConfig.php Returns whether the display for the field can be configured.
FieldConfig::isReadOnly function core/modules/field/src/Entity/FieldConfig.php Determines whether the data is read-only.
FieldConfig::linkTemplates function core/modules/field/src/Entity/FieldConfig.php Gets an array link templates.
FieldConfig::loadByName function core/modules/field/src/Entity/FieldConfig.php Loads a field config entity based on the entity type and field name.
FieldConfig::postCreate function core/modules/field/src/Entity/FieldConfig.php Acts on a created entity before hooks are invoked.
FieldConfig::postDelete function core/modules/field/src/Entity/FieldConfig.php Acts on deleted entities before the delete hook is invoked.
FieldConfig::preDelete function core/modules/field/src/Entity/FieldConfig.php Acts on entities before they are deleted and before hooks are invoked.
FieldConfig::preSave function core/modules/field/src/Entity/FieldConfig.php Overrides \Drupal\Core\Entity\Entity::preSave().
FieldConfig::urlRouteParameters function core/modules/field/src/Entity/FieldConfig.php Gets an array of placeholders for this entity.
FieldConfig::__construct function core/modules/field/src/Entity/FieldConfig.php Constructs a FieldConfig object.

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