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
EntityFieldManagerTest::testGetExtraFields function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getExtraFields
EntityFieldManagerTest::testGetFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldDefinitions() method.
EntityFieldManagerTest::testGetFieldDefinitionsProvider function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests that getFieldDefinitions() method sets the 'provider' definition key.
EntityFieldManagerTest::testGetFieldDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldDefinitions() method with caching.
EntityFieldManagerTest::testGetFieldMap function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getFieldMap
EntityFieldManagerTest::testGetFieldMapByFieldType function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getFieldMapByFieldType
EntityFieldManagerTest::testGetFieldMapFromCache function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getFieldMap
EntityFieldManagerTest::testGetFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method.
EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method with caching.
EntityFieldRenderer class core/modules/views/src/Entity/Render/EntityFieldRenderer.php Renders entity fields.
EntityFieldRenderer.php file core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::$entityRepository property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity repository service.
EntityFieldRenderer::$entityTypeManager property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity type manager.
EntityFieldRenderer::$processedRows property core/modules/views/src/Entity/Render/EntityFieldRenderer.php A list of indexes of rows whose fields have already been rendered.
EntityFieldRenderer::$relationship property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The relationship being handled.
EntityFieldRenderer::buildFields function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Builds the render arrays for all fields of all result rows.
EntityFieldRenderer::getCacheContexts function core/modules/views/src/Entity/Render/EntityFieldRenderer.php The cache contexts associated with this object.
EntityFieldRenderer::getEntityRepository function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the entity type identifier.
EntityFieldRenderer::getEntityTypeManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getLanguageManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the language manager.
EntityFieldRenderer::getRenderableFieldIds function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns a list of names of entity fields to be rendered.
EntityFieldRenderer::getView function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the top object of a view.
EntityFieldRenderer::query function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Alters the query if needed.
EntityFieldRenderer::render function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Renders entity field data.
EntityFieldRenderer::__construct function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Constructs an EntityFieldRenderer object.
EntityFieldStorageConfig class core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Provides destination plugin for field_storage_config configuration entities.
EntityFieldStorageConfig.php file core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
EntityFieldStorageConfig::rollback function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Delete the specified destination object from the target Drupal.
EntityFieldTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests the Entity Field API.
EntityFieldTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityFieldTest::$entityFieldText property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityFieldTest::$entityName property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityFieldTest::$entityUser property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityFieldTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Modules to install.
EntityFieldTest::createTestEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Creates a test entity.
EntityFieldTest::doTestComputedProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the computed properties tests for the given entity type.
EntityFieldTest::doTestDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the data structure interfaces tests for the given entity type.
EntityFieldTest::doTestIntrospection function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the introspection tests for the given entity type.
EntityFieldTest::doTestIterator function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the iterator tests for the given entity type.
EntityFieldTest::doTestReadWrite function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the read write test set for a defined entity type.
EntityFieldTest::doTestSave function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the save tests for the given entity type.
EntityFieldTest::getContainedStrings function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Gets all contained strings recursively.
EntityFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
EntityFieldTest::testBaseFieldNonExistingBaseField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests a base field override on a non-existing base field.
EntityFieldTest::testComputedFields function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests all the interaction points of a computed field.
EntityFieldTest::testComputedProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests getting processed property values via a computed property.
EntityFieldTest::testDataStructureInterfaces function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests working with the entity based upon the TypedData API.
EntityFieldTest::testDataTypes function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Makes sure data types are correctly derived for all entity types.

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