Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
BundleConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Tests validation constraints for BundleConstraintValidator.
BundleConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
BundleConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Modules to install.
BundleConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php The typed data manager to use.
BundleConstraintValidatorTest::assertValidation function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Executes the BundleConstraintValidator test for a given bundle.
BundleConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
BundleConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php Tests bundle constraint validation.
BundleEntityFormBase class core/lib/Drupal/Core/Entity/BundleEntityFormBase.php Class BundleEntityFormBase is a base form for bundle config entities.
BundleEntityFormBase.php file core/lib/Drupal/Core/Entity/BundleEntityFormBase.php
BundleEntityFormBase::protectBundleIdElement function core/lib/Drupal/Core/Entity/BundleEntityFormBase.php Protects the bundle entity's ID property's form element against changes.
BundleEntityStorageInterface interface core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php A storage that supports entities with bundle specific classes.
BundleEntityStorageInterface.php file core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php
BundleEntityStorageInterface::getBundleFromClass function core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php Retrieves the bundle name for a provided class name.
BundlePermissionHandlerTrait trait core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php Provides a method to simplify generating bundle level permissions.
BundlePermissionHandlerTrait.php file core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php
BundlePermissionHandlerTrait::generatePermissions function core/lib/Drupal/Core/Entity/BundlePermissionHandlerTrait.php Builds a permissions array for the supplied bundles.
BundlePermissionHandlerTraitTest class core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php @coversDefaultClass \Drupal\Core\Entity\BundlePermissionHandlerTrait[[api-linebreak]]
BundlePermissionHandlerTraitTest.php file core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php
BundlePermissionHandlerTraitTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php Modules to install.
BundlePermissionHandlerTraitTest::buildPermissions function core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php
BundlePermissionHandlerTraitTest::testGeneratePermissions function core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php @covers ::generatePermissions[[api-linebreak]]
BundleTranslationSettingsInterface interface core/modules/content_translation/src/BundleTranslationSettingsInterface.php Interface providing support for content translation bundle settings.
BundleTranslationSettingsInterface.php file core/modules/content_translation/src/BundleTranslationSettingsInterface.php
BundleTranslationSettingsInterface::getBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Returns translation settings for the specified bundle.
BundleTranslationSettingsInterface::setBundleTranslationSettings function core/modules/content_translation/src/BundleTranslationSettingsInterface.php Sets translation settings for the specified bundle.
Button class core/lib/Drupal/Core/Render/Element/Button.php Provides an action button form element.
button.css file core/assets/vendor/jquery.ui/themes/base/button.css /*!
* jQuery UI Button 1.13.3
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/button/#theming
*/
.ui-button {
padding:…
button.css file core/misc/dialog/off-canvas/css/button.css Visual styling for buttons in the off-canvas dialog.
button.css file core/profiles/demo_umami/themes/umami/css/classy/components/button.css Visual styles for buttons.
button.css file core/themes/starterkit_theme/css/components/button.css Visual styles for buttons.
button.css file core/themes/olivero/css/components/button.css Buttons.
button.css file core/themes/claro/css/components/button.css Structural styles for Claro's UI buttons
button.pcss.css file core/themes/claro/css/components/button.pcss.css Structural styles for Claro's UI buttons
button.pcss.css file core/themes/olivero/css/components/button.pcss.css Buttons.
button.pcss.css file core/misc/dialog/off-canvas/css/button.pcss.css Visual styling for buttons in the off-canvas dialog.
Button.php file core/lib/Drupal/Core/Render/Element/Button.php
Button::getInfo function core/lib/Drupal/Core/Render/Element/Button.php Returns the element properties for this element.
Button::preRenderButton function core/lib/Drupal/Core/Render/Element/Button.php Prepares a #type 'button' render element for input.html.twig.
Button::processButton function core/lib/Drupal/Core/Render/Element/Button.php Processes a form button element.
buttons.css file core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css This file is used to style form buttons generically, with overrides per form
Bytes class core/lib/Drupal/Component/Utility/Bytes.php Provides helper methods for byte conversions.
Bytes.php file core/lib/Drupal/Component/Utility/Bytes.php
Bytes::ALLOWED_SUFFIXES constant core/lib/Drupal/Component/Utility/Bytes.php The allowed suffixes of a bytes string in lowercase.
Bytes::KILOBYTE constant core/lib/Drupal/Component/Utility/Bytes.php The number of bytes in a kilobyte.
Bytes::toNumber function core/lib/Drupal/Component/Utility/Bytes.php Parses a given byte size.
Bytes::validate function core/lib/Drupal/Component/Utility/Bytes.php Validate that a string is a representation of a number of bytes.
Bytes::validateConstraint function core/lib/Drupal/Component/Utility/Bytes.php Validates a string is a representation of a number of bytes.
ByteSizeMarkup class core/lib/Drupal/Core/StringTranslation/ByteSizeMarkup.php A class to generate translatable markup for the given byte count.
ByteSizeMarkup.php file core/lib/Drupal/Core/StringTranslation/ByteSizeMarkup.php
ByteSizeMarkup::create function core/lib/Drupal/Core/StringTranslation/ByteSizeMarkup.php Gets the TranslatableMarkup object for the provided size.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.