Node::bundle |
function |
modules/node/node.entity.inc |
Implements EntityInterface::bundle(). |
File::bundle |
function |
modules/file/file.entity.inc |
Implements EntityInterface::bundle(). |
Entity::bundle |
function |
modules/entity/entity.class.inc |
Implements EntityInterface::bundle(). |
Comment::bundle |
function |
modules/comment/comment.entity.inc |
Implements EntityInterface::bundle(). |
field_info_bundles |
function |
modules/field/field.info.inc |
Returns information about existing bundles. |
TaxonomyTerm::bundle |
function |
modules/taxonomy/taxonomy.entity.inc |
Implements EntityInterface::bundle(). |
field_extract_bundle |
function |
modules/field/field.module |
Helper function to extract the bundle name of from a bundle object. |
field_bundle_settings |
function |
modules/field/field.module |
Gets or sets administratively defined bundle settings. |
EntityInterface::bundle |
function |
modules/entity/entity.class.inc |
Returns the bundle of the entity. |
field_test_delete_bundle |
function |
modules/field/tests/field_test/field_test.entity.inc |
Deletes a bundle for test_entity objects. |
field_test_rename_bundle |
function |
modules/field/tests/field_test/field_test.entity.inc |
Renames a bundle for test_entity entities. |
field_test_create_bundle |
function |
modules/field/tests/field_test/field_test.entity.inc |
Creates a new bundle for test_entity entities. |
EntityBundleLayoutAccess |
class |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
@file
Plugin to provide access control based upon entity bundle. |
field_config_label_bundle |
function |
modules/field/field.module |
Given a bundle config file, display a unique label. |
field_attach_rename_bundle |
function |
modules/field/field.attach.inc |
Notify field.module that a bundle was renamed. |
field_attach_delete_bundle |
function |
modules/field/field.attach.inc |
Notify field.module that a bundle was deleted. |
TestEntityBundleController |
class |
modules/field/tests/field_test/field_test.controller.inc |
Controller class for the test_entity_bundle entity type. |
field_attach_create_bundle |
function |
modules/field/field.attach.inc |
Notify field.module that a new bundle was created. |
_field_ui_bundle_admin_path |
function |
modules/field_ui/field_ui.module |
Determines the administration path for a bundle. |
EntityBundleLayoutAccess::form |
function |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
Settings form for configuring this access item. |
entity_bundle_layout_access.inc |
file |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
Plugin to provide access control based upon entity bundle. |
hook_field_attach_create_bundle |
function |
modules/field/field.api.php |
Act on field_attach_create_bundle(). |
hook_field_attach_rename_bundle |
function |
modules/field/field.api.php |
Act on field_attach_rename_bundle(). |
hook_field_attach_delete_bundle |
function |
modules/field/field.api.php |
Act on field_attach_delete_bundle. |
path_field_attach_rename_bundle |
function |
modules/path/path.module |
Implements hook_field_attach_rename_bundle(). |
path_field_attach_delete_bundle |
function |
modules/path/path.module |
Implements hook_field_attach_delete_bundle(). |
EntityBundleLayoutAccess::summary |
function |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
FieldBulkDeleteTestCase::$bundles |
property |
modules/field/tests/field.test |
|
views_handler_filter_entity_bundle |
class |
modules/views/handlers/views_handler_filter_entity_bundle.inc |
Filter class which allows to filter by certain bundles of an entity. |
field_ui_field_attach_rename_bundle |
function |
modules/field_ui/field_ui.module |
Implements hook_field_attach_rename_bundle(). |
field_ui_field_attach_create_bundle |
function |
modules/field_ui/field_ui.module |
Implements hook_field_attach_create_bundle(). |
EntityBundleLayoutAccess::formSubmit |
function |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
Submit handler for the settings form for this access item. |
EntityBundleLayoutAccess::__construct |
function |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
Constructor for a Layout access rule. |
EntityBundleLayoutAccess::checkAccess |
function |
modules/layout/plugins/access/entity_bundle_layout_access.inc |
Checks for access based on the available context. |
field_test_field_attach_create_bundle |
function |
modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_attach_create_bundle(). |
field_test_field_attach_rename_bundle |
function |
modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_attach_rename_bundle(). |
field_test_field_attach_delete_bundle |
function |
modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_attach_delete_bundle(). |
views_handler_filter_entity_bundle.inc |
file |
modules/views/handlers/views_handler_filter_entity_bundle.inc |
Definition of views_handler_filter_entity_bundle |
TestEntityBundleController::attachLoad |
function |
modules/field/tests/field_test/field_test.controller.inc |
Attaches data to entities upon loading. |
views_handler_filter_entity_bundle::init |
function |
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 |
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 |
modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_attach_rename_bundle(). |
FieldUIManageFieldsTestCase::testRenameBundle |
function |
modules/field_ui/tests/field_ui.test |
Tests renaming a bundle. |
FieldBulkDeleteTestCase::$entities_by_bundles |
property |
modules/field/tests/field.test |
|
views_handler_filter_entity_bundle::$entity_type |
property |
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 |
modules/views/handlers/views_handler_filter_entity_bundle.inc |
Set and returns the entity_type. |
views_handler_filter_entity_bundle::get_value_options |
function |
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 |
modules/field/tests/field.test |
Test field_attach_delete_bundle(). |
PathPatternUnitTestCase::testEntityBundleRenamingDeleting |
function |
modules/path/tests/path_pattern.test |
|
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle |
function |
modules/field/tests/field.test |
Test field_attach_create_bundle() and field_attach_rename_bundle(). |