Search for operation

  1. Search 7.x for operation
  2. Search 9.5.x for operation
  3. Search 8.9.x for operation
  4. Search 10.3.x for operation
  5. Other projects
Title Object type File name Summary
TestEntityForm::setOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestEntityListBuilder::buildOperations function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php Builds a renderable list of operation links for the entity.
TestViewListBuilder::buildOperations function core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Builds a renderable list of operation links for the entity.
ToolkitGdTest::testMissingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests calling a missing image operation plugin.
ToolkitTest::testFailingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests calling a failing image operation plugin.
ToolkitTestTrait::assertToolkitOperationsCalled function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Assert that all of the specified image toolkit operations were called once.
UserAccessControlHandler::$viewLabelOperation property core/modules/user/src/UserAccessControlHandler.php Allow access to user label.
UserHooks::entityOperation function core/modules/user/src/Hook/UserHooks.php Implements hook_entity_operation().
UserListBuilder::getOperations function core/modules/user/src/UserListBuilder.php Provides an array of information to build a list of operation links.
VersionHistoryController::getOperationLinks function core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php Get operations for an entity revision.
ViewListBuilder::getDefaultOperations function core/modules/views_ui/src/ViewListBuilder.php Gets this list's default operations.
views.view.test_comment_operations.yml file core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml
views.view.test_entity_operations.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml
ViewsBlockTest::testOperationLinks function core/modules/views_ui/tests/src/Kernel/ViewsBlockTest.php Tests the editing links for ViewsBlockBase.
ViewsOperations class core/modules/workspaces/src/Hook/ViewsOperations.php Defines a class for altering views queries.
ViewsOperations.php file core/modules/workspaces/src/Hook/ViewsOperations.php
ViewsOperations::$adjustedTables property core/modules/workspaces/src/Hook/ViewsOperations.php An array of tables adjusted for workspace_association join.
ViewsOperations::alterQueryForEntityType function core/modules/workspaces/src/Hook/ViewsOperations.php Alters the entity type tables for a Views query.
ViewsOperations::ensureRevisionTable function core/modules/workspaces/src/Hook/ViewsOperations.php Adds the revision table of an entity type to a query object.
ViewsOperations::ensureWorkspaceAssociationTable function core/modules/workspaces/src/Hook/ViewsOperations.php Adds the 'workspace_association' table to a views query.
ViewsOperations::getRevisionTableJoin function core/modules/workspaces/src/Hook/ViewsOperations.php Fetches a join for a revision table using the workspace_association table.
ViewsOperations::moveEntityTable function core/modules/workspaces/src/Hook/ViewsOperations.php Moves a 'workspace_association' table to appear before the given alias.
ViewsOperations::viewsQueryAlter function core/modules/workspaces/src/Hook/ViewsOperations.php Implements hook_views_query_alter().
ViewsOperations::__construct function core/modules/workspaces/src/Hook/ViewsOperations.php
ViewsUIController::ajaxOperation function core/modules/views_ui/src/Controller/ViewsUIController.php Calls a method on a view and reloads the listing page.
ViewsUiHooks::entityOperation function core/modules/views_ui/src/Hook/ViewsUiHooks.php Implements hook_entity_operation().
views_ui.bulk_operations.html.twig file core/modules/views_ui/help_topics/views_ui.bulk_operations.html.twig ---
label: 'Adding a bulk operations form to a view'
related:
- views.overview
- views_ui.create
- user.overview
---
{% set views_link_text %}
{% trans %}Views{% endtrans %}
{% endset %}
{% set views =…
VocabularyAccessControlHandler::$viewLabelOperation property core/modules/taxonomy/src/VocabularyAccessControlHandler.php Allows to grant access to just the labels.
VocabularyListBuilder::getDefaultOperations function core/modules/taxonomy/src/VocabularyListBuilder.php Gets this list's default operations.
WorkflowCustomStateTransitionAccessTest::testCustomWorkflowAccessOperations function core/modules/workflows/tests/src/Functional/WorkflowCustomStateTransitionAccessTest.php Tests the custom state/transition operation access rules.
WorkflowStateTransitionOperationsAccessCheck class core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Provides an access check for state and transition operations.
WorkflowStateTransitionOperationsAccessCheck.php file core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php
WorkflowStateTransitionOperationsAccessCheck::access function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Checks access for operations of workflow states and transitions.
WorkflowStateTransitionOperationsAccessCheck::getOperation function core/modules/workflows/src/WorkflowStateTransitionOperationsAccessCheck.php Get the operation that will be used for the access check.
WorkflowStateTransitionOperationsAccessCheckTest class core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Tests Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck.
WorkflowStateTransitionOperationsAccessCheckTest.php file core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php
WorkflowStateTransitionOperationsAccessCheckTest::accessTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testAccess.
WorkflowStateTransitionOperationsAccessCheckTest::invalidOperationNameTestCases function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Test cases for ::testInvalidOperationName.
WorkflowStateTransitionOperationsAccessCheckTest::testAccess function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Tests the access method correctly proxies to the entity access system.
WorkflowStateTransitionOperationsAccessCheckTest::testInvalidOperationName function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Tests invalid operation name.
WorkflowStateTransitionOperationsAccessCheckTest::testMissingRouteParams function core/modules/workflows/tests/src/Unit/WorkflowStateTransitionOperationsAccessCheckTest.php Tests missing route params.
WorkspaceAccessTest::operationCases function core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php Tests cases for testWorkspaceAccess().
WorkspaceListBuilder::getDefaultOperations function core/modules/workspaces/src/WorkspaceListBuilder.php Gets this list's default operations.
WorkspaceMergeForm::$workspaceOperationFactory property core/modules/workspaces/src/Form/WorkspaceMergeForm.php The workspace operation factory.
WorkspaceOperationFactory class core/modules/workspaces/src/WorkspaceOperationFactory.php Defines a factory class for workspace operations.
WorkspaceOperationFactory.php file core/modules/workspaces/src/WorkspaceOperationFactory.php
WorkspaceOperationFactory::getMerger function core/modules/workspaces/src/WorkspaceOperationFactory.php Gets the workspace merger.
WorkspaceOperationFactory::getPublisher function core/modules/workspaces/src/WorkspaceOperationFactory.php Gets the workspace publisher.
WorkspaceOperationFactory::__construct function core/modules/workspaces/src/WorkspaceOperationFactory.php
WorkspaceOperationInterface interface core/modules/workspaces/src/WorkspaceOperationInterface.php Defines an interface for workspace operations.

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