Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
BulkDeleteTest::testDeleteField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that deleting a field leaves the field data items in the database
and that the appropriate Field API functions can operate on the deleted
data and field definition.
BulkDeleteTest::testPurgeField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field data items and fields are purged when a field storage is
deleted.
BulkDeleteTest::testPurgeFieldStorage function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field storages are preserved and purged correctly as multiple
fields are deleted and purged.
BulkDeleteTest::testPurgeWithDeletedAndActiveField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that recreating a field with the name as a deleted field works.
BulkForm class core/modules/system/src/Plugin/views/field/BulkForm.php Defines a actions-based bulk operation form element.
BulkForm class core/modules/views/src/Plugin/views/field/BulkForm.php Defines a actions-based bulk operation form element.
BulkForm.php file core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm.php file core/modules/system/src/Plugin/views/field/BulkForm.php
BulkForm::$actions property core/modules/views/src/Plugin/views/field/BulkForm.php An array of actions that can be executed.
BulkForm::$actionStorage property core/modules/views/src/Plugin/views/field/BulkForm.php The action storage.
BulkForm::$deprecatedProperties property core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::$entityRepository property core/modules/views/src/Plugin/views/field/BulkForm.php The entity repository service.
BulkForm::$entityTypeManager property core/modules/views/src/Plugin/views/field/BulkForm.php The entity manager.
BulkForm::$languageManager property core/modules/views/src/Plugin/views/field/BulkForm.php The language manager.
BulkForm::$messenger property core/modules/views/src/Plugin/views/field/BulkForm.php The messenger.
BulkForm::buildOptionsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Default options form that provides the label widget that all fields
should have.
BulkForm::calculateEntityBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Calculates a bulk form key.
BulkForm::clickSortable function core/modules/views/src/Plugin/views/field/BulkForm.php Determines if this field is click sortable.
BulkForm::create function core/modules/views/src/Plugin/views/field/BulkForm.php Creates an instance of the plugin.
BulkForm::defineOptions function core/modules/views/src/Plugin/views/field/BulkForm.php Information about options for all kinds of purposes will be held here.
BulkForm::emptySelectedMessage function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the message to be displayed when there are no selected items.
BulkForm::getBulkOptions function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the available operations for this form.
BulkForm::getCacheContexts function core/modules/views/src/Plugin/views/field/BulkForm.php The cache contexts associated with this object.
BulkForm::getCacheMaxAge function core/modules/views/src/Plugin/views/field/BulkForm.php The maximum age for which this object may be cached.
BulkForm::getCacheTags function core/modules/views/src/Plugin/views/field/BulkForm.php The cache tags associated with this object.
BulkForm::getEntityManager function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::getEntityRepository function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity repository.
BulkForm::getEntityTypeId function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity type identifier.
BulkForm::getEntityTypeManager function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity type manager.
BulkForm::getLanguageManager function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the language manager.
BulkForm::getValue function core/modules/views/src/Plugin/views/field/BulkForm.php Gets the value that's supposed to be rendered.
BulkForm::getView function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the top object of a view.
BulkForm::init function core/modules/views/src/Plugin/views/field/BulkForm.php Initialize the plugin.
BulkForm::loadEntityFromBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Loads an entity based on a bulk form key.
BulkForm::preRender function core/modules/views/src/Plugin/views/field/BulkForm.php Runs before any fields are rendered.
BulkForm::query function core/modules/views/src/Plugin/views/field/BulkForm.php Called to add the field to a query.
BulkForm::validateOptionsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Validate the options form.
BulkForm::viewsForm function core/modules/views/src/Plugin/views/field/BulkForm.php Form constructor for the bulk form.
BulkForm::viewsFormSubmit function core/modules/views/src/Plugin/views/field/BulkForm.php Submit handler for the bulk form.
BulkForm::viewsFormValidate function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::__construct function core/modules/views/src/Plugin/views/field/BulkForm.php Constructs a new BulkForm object.
BulkForm::__construct function core/modules/system/src/Plugin/views/field/BulkForm.php Constructs a new BulkForm object.
BulkFormAccessTest class core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php Tests if entity access is respected on a node bulk operations form.
BulkFormAccessTest class core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Tests if entity access is respected on a user bulk form.
BulkFormAccessTest.php file core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
BulkFormAccessTest.php file core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
BulkFormAccessTest::$accessHandler property core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php The node access control handler.
BulkFormAccessTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php The theme to install as the default for testing.
BulkFormAccessTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php The theme to install as the default for testing.
BulkFormAccessTest::$modules property core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php Modules to enable.

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