Skip to main content
Backdrop CMS Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

You are here

  1. Home »
  2. API reference »
  3. 1.x

Search for bundle

Name Type Location Description
File::bundle function core/modules/file/file.entity.inc Implements EntityInterface::bundle().
Node::bundle function core/modules/node/node.entity.inc Implements EntityInterface::bundle().
Entity::bundle function core/modules/entity/entity.class.inc Implements EntityInterface::bundle().
Comment::bundle function core/modules/comment/comment.entity.inc Implements EntityInterface::bundle().
field_info_bundles function core/modules/field/field.info.inc Returns information about existing bundles.
field_extract_bundle function core/modules/field/field.module Helper function to extract the bundle name of from a bundle object.
TaxonomyTerm::bundle function core/modules/taxonomy/taxonomy.entity.inc Implements EntityInterface::bundle().
field_bundle_settings function core/modules/field/field.module Gets or sets administratively defined bundle settings.
EntityInterface::bundle function core/modules/entity/entity.class.inc Returns the bundle of the entity.
EntityBundleLayoutAccess class core/modules/layout/plugins/access/entity_bundle_layout_access.inc @file Plugin to provide access control based upon entity bundle.
field_test_create_bundle function core/modules/field/tests/field_test/field_test.entity.inc Creates a new bundle for test_entity entities.
field_test_rename_bundle function core/modules/field/tests/field_test/field_test.entity.inc Renames a bundle for test_entity entities.
field_test_delete_bundle function core/modules/field/tests/field_test/field_test.entity.inc Deletes a bundle for test_entity objects.
field_config_label_bundle function core/modules/field/field.module Given a bundle config file, display a unique label.
TestEntityBundleController class core/modules/field/tests/field_test/field_test.controller.inc Controller class for the test_entity_bundle entity type.
EntityExampleBasic::bundle function modules/examples/entity_example/entity_example.inc Implements EntityInterface::bundle().
field_attach_create_bundle function core/modules/field/field.attach.inc Notify field.module that a new bundle was created.
field_attach_rename_bundle function core/modules/field/field.attach.inc Notify field.module that a bundle was renamed.
field_attach_delete_bundle function core/modules/field/field.attach.inc Notify field.module that a bundle was deleted.
_field_ui_bundle_admin_path function core/modules/field_ui/field_ui.module Determines the administration path for a bundle.
EntityBundleLayoutAccess::form function core/modules/layout/plugins/access/entity_bundle_layout_access.inc Settings form for configuring this access item.
entity_bundle_layout_access.inc file core/modules/layout/plugins/access/entity_bundle_layout_access.inc Plugin to provide access control based upon entity bundle.
hook_field_attach_create_bundle function core/modules/field/field.api.php Act on field_attach_create_bundle().
hook_field_attach_rename_bundle function core/modules/field/field.api.php Act on field_attach_rename_bundle().
hook_field_attach_delete_bundle function core/modules/field/field.api.php Act on field_attach_delete_bundle.
path_field_attach_rename_bundle function core/modules/path/path.module Implements hook_field_attach_rename_bundle().
path_field_attach_delete_bundle function core/modules/path/path.module Implements hook_field_attach_delete_bundle().
EntityExampleBasic::$bundle_type property modules/examples/entity_example/entity_example.inc The bundle type.
EntityBundleLayoutAccess::summary function core/modules/layout/plugins/access/entity_bundle_layout_access.inc Provides a human-readable summary of this access check's behavior.
FieldBulkDeleteTestCase::$bundles property core/modules/field/tests/field.test
views_handler_filter_entity_bundle class core/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 core/modules/field_ui/field_ui.module Implements hook_field_attach_rename_bundle().
field_ui_field_attach_create_bundle function core/modules/field_ui/field_ui.module Implements hook_field_attach_create_bundle().
EntityBundleLayoutAccess::formSubmit function core/modules/layout/plugins/access/entity_bundle_layout_access.inc Submit handler for the settings form for this access item.
EntityBundleLayoutAccess::__construct function core/modules/layout/plugins/access/entity_bundle_layout_access.inc Constructor for a Layout access rule.
EntityBundleLayoutAccess::checkAccess function core/modules/layout/plugins/access/entity_bundle_layout_access.inc Checks for access based on the available context.
field_test_field_attach_create_bundle function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_attach_create_bundle().
field_test_field_attach_rename_bundle function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_attach_rename_bundle().
field_test_field_attach_delete_bundle function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_attach_delete_bundle().
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().

Pages

  • 1
  • 2
  • next ›
  • last »
  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
    • Contributed modules
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Become a maintainer
    • Adopt a project
    • Contribute to documentation
  • API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS
  • backdropcms.org
  • forum.backdropcms.org
  • events.backdropcms.org