| FieldBundle.php |
file |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
|
| FieldBundle::$migrateLookup |
property |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
The migrate lookup service. |
| FieldBundle::transform |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Performs the associated process. |
| FieldBundle::__construct |
function |
core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php |
Constructs a ProcessField plugin. |
| FieldConfigBase::$bundle |
property |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
The name of the bundle the field is attached to. |
| FieldConfigBase::getTargetBundle |
function |
core/lib/Drupal/Core/Field/FieldConfigBase.php |
Gets the bundle the field is attached to. |
| FieldConfigEditForm::$bundle |
property |
core/modules/field_ui/src/Form/FieldConfigEditForm.php |
The entity bundle. |
| FieldConfigEntityUnitTest::testCalculateDependenciesIncorrectBundle |
function |
core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php |
Tests that invalid bundles are handled. |
| FieldConfigListBuilder::$targetBundle |
property |
core/modules/field_ui/src/FieldConfigListBuilder.php |
The name of the bundle the listed fields are attached to. |
| FieldConfigValidationTest::testTargetBundleMustExist |
function |
core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php |
Tests that the target bundle of the field is checked. |
| FieldDefinition::getTargetBundle |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Gets the bundle the field is attached to. |
| FieldDefinition::setTargetBundle |
function |
core/lib/Drupal/Core/Field/FieldDefinition.php |
Set the target bundle. |
| FieldDefinitionInterface::getTargetBundle |
function |
core/lib/Drupal/Core/Field/FieldDefinitionInterface.php |
Gets the bundle the field is attached to. |
| FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition delete multiple bundles. |
| FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles |
function |
core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php |
Tests on field definition delete single bundles. |
| FieldDefinitionTest::testBundle |
function |
core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php |
Tests bundle. |
| FieldDiscovery::$bundleKeys |
property |
core/modules/migrate_drupal/src/FieldDiscovery.php |
An array of bundle keys, keyed by drupal core version. |
| FieldDiscovery::addBundleFieldProcesses |
function |
core/modules/migrate_drupal/src/FieldDiscovery.php |
Adds the field processes for a bundle to a migration. |
| FieldDiscovery::getBundleFields |
function |
core/modules/migrate_drupal/src/FieldDiscovery.php |
Gets all field information for a particular entity type and bundle. |
| FieldDiscoveryInterface::addBundleFieldProcesses |
function |
core/modules/migrate_drupal/src/FieldDiscoveryInterface.php |
Adds the field processes for a bundle to a migration. |
| FieldDiscoveryTest::getBundleFieldsData |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Provides data for testGetBundleFields. |
| FieldDiscoveryTest::testGetBundleFields |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Tests the protected getEntityFields method. |
| FieldDiscoveryTestClass::getBundleFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information for a particular entity type and bundle. |
| FieldDisplayTest::$bundle |
property |
core/modules/field/tests/src/Kernel/FieldDisplayTest.php |
Test entity bundle name. |
| FieldFieldTest::testMissingBundleFieldRender |
function |
core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php |
Tests that a field not available for every bundle is rendered as empty. |
| FieldHooks::entityBundleDelete |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_bundle_delete(). |
| FieldHooks::entityBundleFieldInfo |
function |
core/modules/field/src/Hook/FieldHooks.php |
Implements hook_entity_bundle_field_info(). |
| FieldOrLanguageJoinTest::testLanguageBundleConditions |
function |
core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php |
Tests the adding of conditions by the join plugin. |
| FieldResolver::$entityTypeBundleInfo |
property |
core/modules/jsonapi/src/Context/FieldResolver.php |
The entity type bundle information service. |
| FieldResolverTest::makeBundle |
function |
core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php |
Create a simple bundle. |
| FieldStorageAddController::$bundle |
property |
core/modules/field_ui/src/Controller/FieldStorageAddController.php |
The entity bundle. |
| FieldStorageAddForm::$bundle |
property |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
The entity bundle. |
| FieldStorageConfig::getBundles |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the list of bundles where the field storage has fields. |
| FieldStorageConfigInterface::getBundles |
function |
core/modules/field/src/FieldStorageConfigInterface.php |
Returns the list of bundles where the field storage has fields. |
| FieldStorageConfigListBuilder::$bundles |
property |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
An array of entity bundle information. |
| FieldStorageReuseForm::$bundle |
property |
core/modules/field_ui/src/Form/FieldStorageReuseForm.php |
The entity bundle. |
| FieldTest::$entityTypeBundleInfo |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The entity type bundle info service. |
| FieldTestHooks::entityBundleFieldInfoAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_bundle_field_info_alter(). |
| FieldUI::getRouteBundleParameter |
function |
core/modules/field_ui/src/FieldUI.php |
Gets the route parameter that should be used for Field UI routes. |
| FieldUiHooks::entityBundleCreate |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_bundle_create(). |
| FieldValidationTest::$bundle |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FilterEntityBundleTest |
class |
core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php |
Tests the generic entity bundle filter. |
| FilterEntityBundleTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php |
|
| FilterEntityBundleTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php |
Modules to install. |
| FilterEntityBundleTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php |
Views to be enabled. |
| FilterEntityBundleTest::testFilterEntity |
function |
core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php |
Tests the generic bundle filter. |
| FilterEntityReferenceTrait::$hostBundle |
property |
core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php |
The host content type to add the entity reference field to. |
| FilterEntityReferenceTrait::$targetBundle |
property |
core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php |
The content type to be referenced by the host content type. |
| hook_entity_bundle_create |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on entity_bundle_create(). |
| hook_entity_bundle_delete |
function |
core/lib/Drupal/Core/Entity/entity.api.php |
Act on entity_bundle_delete(). |