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

Search for bundle

  1. Home »
  2. API reference »
  3. 1.x
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().
TestMultiBundle class core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Test class for the test_multibundle entity type.
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.
TestMultiBundle::id function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::id().
TestMultiBundle::$id property core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc
TestMultiBundle::uri function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::uri().
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.
TestMultiBundle::label function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::label().
TestMultiBundle::bundle function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::bundle().
TestMultiBundle::access function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::access().
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.
TestMultiBundle::entityType function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::entityType().
_layout_entity_bundle_label function core/modules/layout/layout.entity.admin.inc Get a bundle's label.
_field_ui_bundle_admin_path function core/modules/field_ui/field_ui.module Determines the administration path for a bundle.
test_multibundle.entity.inc file core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Test entity classes.
TestMultiBundle::createAccess function core/modules/entity/tests/entity_caching_test/test_multibundle.entity.inc Implements EntityInterface::createAccess().
EntityBundleLayoutAccess::form function core/modules/layout/plugins/access/entity_bundle_layout_access.inc
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
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
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
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().

Pages

  • 1
  • 2
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • 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
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • 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

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org