BundleInterface::getPath |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php |
Gets the Bundle directory path. |
field_test_create_bundle |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Creates a new bundle for test_entity entities. |
field_test_rename_bundle |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Renames a bundle for test_entity entities. |
field_test_delete_bundle |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Deletes a bundle for test_entity objects. |
CoreBundle::registerTwig |
function |
drupal/core/lib/Drupal/Core/CoreBundle.php |
Registers Twig services. |
ExtensionLoadedBundle.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php |
|
BundleSchema::$uriPattern |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
The URI pattern for bundle site schema terms. |
BundleSchema::__construct |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
Constructor. |
entity_test_create_bundle |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Creates a new bundle for entity_test entities. |
entity_test_rename_bundle |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Renames a bundle for entity_test entities. |
entity_test_delete_bundle |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Deletes a bundle for entity_test entities. |
KernelForTest::getBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php |
@api |
MenuTest::testMenuBundles |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Tests menu link bundles. |
Kernel::initializeBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Initializes the data structures related to the bundle management. |
entity_invoke_bundle_hook |
function |
drupal/core/includes/entity.inc |
Notifies modules about an operation that was performed on a entity bundle. |
hook_entity_bundle_create |
function |
drupal/core/includes/entity.api.php |
Act on entity_bundle_create(). |
EntityBCDecorator::bundle |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
hook_entity_bundle_rename |
function |
drupal/core/includes/entity.api.php |
Act on entity_bundle_rename(). |
hook_entity_bundle_delete |
function |
drupal/core/includes/entity.api.php |
Act on entity_bundle_delete(). |
BundleInterface::shutdown |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php |
Shutdowns the Bundle. |
LanguageTestBundle::build |
function |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/LanguageTestBundle.php |
Overrides \Symfony\Component\HttpKernel\Bundle\Bundle::build(). |
BundleConstraintValidator |
class |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraintValidator.php |
Validates the Bundle constraint. |
BundleConstraint::$bundle |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraint.php |
The bundle option. |
EntityType::$bundle_label |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The human-readable name of the entity bundles, e.g. Vocabulary. |
ExtensionAbsentBundle.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php |
|
comment_entity_bundle_info |
function |
drupal/core/modules/comment/comment.module |
Implements hook_entity_bundle_info(). |
ExtensionPresentBundle.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php |
|
EntityType::$bundle_prefix |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The prefix for the bundles of this entity type. |
FieldInterface::getBundles |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInterface.php |
Returns the list of bundles where the field has instances. |
KernelInterface::getBundle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Returns a bundle and optionally its descendants by its name. |
EntityDisplayBase::$bundle |
property |
drupal/core/modules/entity/lib/Drupal/entity/EntityDisplayBase.php |
Bundle to be displayed. |
FilterEntityBundleTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php |
Contains \Drupal\views\Tests\Entity\FilterEntityBundleTest. |
BundleInterface::getParent |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Bundle/BundleInterface.php |
Returns the bundle name that this bundle overrides. |
contact_entity_bundle_info |
function |
drupal/core/modules/contact/contact.module |
Implements hook_entity_bundle_info(). |
SerializationBundle::build |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/SerializationBundle.php |
Overrides \Symfony\Component\HttpKernel\Bundle\Bundle::build(). |
BundleConstraint::$message |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraint.php |
The default violation message. |
field_entity_bundle_create |
function |
drupal/core/modules/field/field.attach.inc |
Implements hook_entity_bundle_create(). |
field_entity_bundle_rename |
function |
drupal/core/modules/field/field.attach.inc |
Implements hook_entity_bundle_rename(). |
field_entity_bundle_delete |
function |
drupal/core/modules/field/field.attach.inc |
Implements hook_entity_bundle_delete(). |
BundleSchema::getProperties |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
Overrides \Drupal\rdf\SiteSchema\SchemaTermBase::getProperties(). |
KernelInterface::getBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php |
Gets the registered bundle instances. |
FieldInfo::$bundleInstances |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Instance definitions by bundle. |
shortcut_entity_bundle_info |
function |
drupal/core/modules/shortcut/shortcut.module |
Implements hook_entity_bundle_info(). |
entity_entity_bundle_rename |
function |
drupal/core/modules/entity/entity.module |
Implements hook_entity_bundle_rename(). |
entity_entity_bundle_delete |
function |
drupal/core/modules/entity/entity.module |
Implements hook_entity_bundle_delete(). |
KernelForTest::getBundleMap |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php |
|
taxonomy_entity_bundle_info |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_entity_bundle_info(). |
rdf_entity_bundle_info_alter |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_entity_bundle_info_alter(). |
DrupalKernel::$bundleClasses |
property |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
The list of the classnames of the bundles in this kernel. |
BundleConstraintValidator.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraintValidator.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\BundleConstraintValidator. |