Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.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.

All search results

Title Object type File name Summary
FieldStorageReuseForm class core/modules/field_ui/src/Form/FieldStorageReuseForm.php Provides a form for the "field storage" add page.
FieldStorageReuseForm.php file core/modules/field_ui/src/Form/FieldStorageReuseForm.php
FieldStorageReuseForm::$bundle property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The entity bundle.
FieldStorageReuseForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The name of the entity type.
FieldStorageReuseForm::buildForm function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Form constructor.
FieldStorageReuseForm::create function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Instantiates a new instance of this class.
FieldStorageReuseForm::getExistingFieldDefaults function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Get default options from an existing field and bundle.
FieldStorageReuseForm::getExistingFieldStorageOptions function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns an array of existing field storages that can be added to a bundle.
FieldStorageReuseForm::getFormId function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns a unique string identifying the form.
FieldStorageReuseForm::reuseCallback function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Callback function to handle re-using an existing field.
FieldStorageReuseForm::submitForm function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Form submission handler.
FieldStorageReuseForm::__construct function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Constructs a new FieldStorageReuseForm object.
FieldTest class core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\EntityField
@group views
FieldTest class core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Tests the field handler UI.
FieldTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php A test field handler.
FieldTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php Tests D6 field source plugin.
FieldTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php Tests D7 field source plugin.
FieldTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php
FieldTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php
FieldTest.php file core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
FieldTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php
FieldTest.php file core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTest::$account property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php The account.
FieldTest::$container property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The container.
FieldTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php The theme to install as the default for testing.
FieldTest::$entityFieldManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity field manager.
FieldTest::$entityRepository property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity repository.
FieldTest::$entityTypeBundleInfo property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type bundle info service.
FieldTest::$entityTypeManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The entity type manager.
FieldTest::$fieldTypePluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked field type plugin manager.
FieldTest::$formatterPluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked formatter plugin manager.
FieldTest::$languageManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked language manager.
FieldTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Modules to install.
FieldTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php Modules to install.
FieldTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php Modules to install.
FieldTest::$renderer property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The renderer.
FieldTest::$testValue property core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php A temporary stored test value for the test.
FieldTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php Views used by this test.
FieldTest::addSelfTokens function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Add any special tokens this field might use for itself.
FieldTest::getBaseFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked base field storage object.
FieldTest::getConfigFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked configurable field storage object.
FieldTest::getPlaceholder function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php A mock function which allows to call placeholder from public.
FieldTest::getTestValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Returns the testValue property.
FieldTest::providerSortOrders function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides sort orders for clickSort() test methods.
FieldTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php
FieldTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php
FieldTest::providerTestPrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Provides test data for testPrepareItemsByDelta().
FieldTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Renders the field.
FieldTest::setTestValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Sets the testValue property.
FieldTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php

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