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 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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 Tests Drupal\Core\Entity\BundlePermissionHandlerTrait.
BundlePermissionHandlerTraitTest.php file core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php
BundlePermissionHandlerTraitTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php
BundlePermissionHandlerTraitTest::buildPermissions function core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php
BundlePermissionHandlerTraitTest::testGeneratePermissions function core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php Tests generate permissions.
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.14.1
* 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/themes/default_admin/css/components/button.css Structural styles for Claro's UI buttons
button.css file core/themes/admin/css/components/button.css Structural styles for Claro's UI buttons
button.css file core/modules/system/tests/themes/test_base_theme/css/components/button.css /*
* Base theme button fixture.
*/
button.css file core/profiles/demo_umami/themes/umami/css/classy/components/button.css Visual styles for buttons.
button.css file core/misc/dialog/off-canvas/css/button.css Visual styling for buttons in the off-canvas dialog.
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.css file core/themes/starterkit_theme/css/components/button.css Visual styles for buttons.
button.pcss.css file core/misc/dialog/off-canvas/css/button.pcss.css Visual styling for buttons in the off-canvas dialog.
button.pcss.css file core/themes/olivero/css/components/button.pcss.css 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/admin/css/components/button.pcss.css Structural styles for Claro's UI buttons
button.pcss.css file core/themes/default_admin/css/components/button.pcss.css Structural styles for Claro's UI buttons
Button.php file core/lib/Drupal/Core/Render/Element/Button.php
Button::getInfo function core/lib/Drupal/Core/Render/Element/Button.php
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.
ByteSizeMarkup::__construct function core/lib/Drupal/Core/StringTranslation/ByteSizeMarkup.php This class should not be instantiated.
ByteSizeMarkupTest class core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php Tests Drupal\Core\StringTranslation\ByteSizeMarkup.
ByteSizeMarkupTest.php file core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php
ByteSizeMarkupTest::providerTestCommonFormatSize function core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php Provides a list of byte size to test.
ByteSizeMarkupTest::testCommonFormatSize function core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php Tests common format size.
ByteSizeMarkupTest::testTranslatableMarkupObject function core/tests/Drupal/Tests/Core/StringTranslation/ByteSizeMarkupTest.php Tests translatable markup object.
BytesTest class core/tests/Drupal/Tests/Component/Utility/BytesTest.php Tests bytes size parsing helper methods.

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