EntityBundleLayoutAccess::$entity_type |
property |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
|
TestEntityBundleController::attachLoad |
function |
core/modules/field/tests/field_test/field_test.controller.inc |
Attaches data to entities upon loading. |
views_handler_filter_entity_bundle.inc |
file |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Definition of views_handler_filter_entity_bundle |
views_handler_filter_entity_bundle::init |
function |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Provide some extra help to get the operator/value easier to use. |
views_handler_filter_entity_bundle::query |
function |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
All entity types beside comment and taxonomy terms have a proper implement
bundle, though these two need an additional join to node/vocab table
to work as required. |
field_sql_storage_field_attach_rename_bundle |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_attach_rename_bundle(). |
FieldBulkDeleteTestCase::$entities_by_bundles |
property |
core/modules/field/tests/field.test |
|
FieldUIManageFieldsTestCase::testRenameBundle |
function |
core/modules/field_ui/tests/field_ui.test |
Tests renaming a bundle. |
views_handler_filter_entity_bundle::$entity_type |
property |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Stores the entity type on which the filter filters. |
views_handler_filter_entity_bundle::get_entity_type |
function |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Set and returns the entity_type. |
views_handler_filter_entity_bundle::get_value_options |
function |
core/modules/views/handlers/views_handler_filter_entity_bundle.inc |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
FieldAttachStorageTestCase::testFieldAttachDeleteBundle |
function |
core/modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
PathPatternUnitTestCase::testEntityBundleRenamingDeleting |
function |
core/modules/path/tests/path_pattern.test |
|
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle |
function |
core/modules/field/tests/field.test |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |