Search for operation

  1. Search 7.x for operation
  2. Search 8.9.x for operation
  3. Search 10.3.x for operation
  4. Search 11.x for operation
  5. Other projects
Title Object type File name Summary
OperationFactory::createAppendOp function composer/Plugin/Scaffold/Operations/OperationFactory.php Creates an 'append' (or 'prepend') scaffold op.
OperationFactory::createReplaceOp function composer/Plugin/Scaffold/Operations/OperationFactory.php Creates a 'replace' scaffold op.
OperationFactory::getPackagePath function composer/Plugin/Scaffold/Operations/OperationFactory.php Gets the file path of a package.
OperationFactory::hasContent function composer/Plugin/Scaffold/Operations/OperationFactory.php Checks to see if the specified scaffold file exists and has content.
OperationFactory::__construct function composer/Plugin/Scaffold/Operations/OperationFactory.php OperationFactory constructor.
OperationInterface interface composer/Plugin/Scaffold/Operations/OperationInterface.php Interface for scaffold operation objects.
OperationInterface.php file composer/Plugin/Scaffold/Operations/OperationInterface.php
OperationInterface::contents function composer/Plugin/Scaffold/Operations/OperationInterface.php Returns the exact data that will be written to the scaffold files.
OperationInterface::process function composer/Plugin/Scaffold/Operations/OperationInterface.php Process this scaffold operation.
OperationInterface::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/OperationInterface.php Determines what to do if operation is used without a previous operation.
OperationInterface::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/OperationInterface.php Determines what to do if operation is used at same path as a previous op.
Operations class core/lib/Drupal/Core/Render/Element/Operations.php Provides a render element for a set of operations links.
Operations.php file core/lib/Drupal/Core/Render/Element/Operations.php
Operations::getInfo function core/lib/Drupal/Core/Render/Element/Operations.php Returns the element properties for this element.
Queue operations group core/core.api.php Queue items to allow later processing.
ReadOnlyStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::exists[[api-linebreak]]
@covers ::read[[api-linebreak]]
@covers ::readMultiple[[api-linebreak]]
@covers ::listAll[[api-linebreak]]
ReadOnlyStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::write[[api-linebreak]]
@covers ::delete[[api-linebreak]]
@covers ::rename[[api-linebreak]]
@covers ::deleteAll[[api-linebreak]]
ResponsiveImageStyleListBuilder::getDefaultOperations function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php
RoleListBuilder::getDefaultOperations function core/modules/user/src/RoleListBuilder.php
SearchConfigSettingsFormTest::verifySearchPageOperations function core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php Checks that the search page operations match expectations.
SearchController::performOperation function core/modules/search/src/Controller/SearchController.php Performs an operation on the search page entity.
SearchPageListBuilder::getDefaultOperations function core/modules/search/src/SearchPageListBuilder.php
ShortcutSetListBuilder::getDefaultOperations function core/modules/shortcut/src/ShortcutSetListBuilder.php
SqlContentEntityStorageSchema::performFieldSchemaOperation function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Performs the specified operation on a field.
TestEntityForm::setOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestEntityListBuilder::buildOperations function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php
TestViewListBuilder::buildOperations function core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
ToolkitGdTest::testMissingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests calling a missing image operation plugin.
ToolkitTestBase::assertToolkitOperationsCalled function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Tests that only allowed image toolkit operations are called.
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.
UserListBuilder::getOperations function core/modules/user/src/UserListBuilder.php
user_entity_operation function core/modules/user/user.module Implements hook_entity_operation().
ViewListBuilder::getDefaultOperations function core/modules/views_ui/src/ViewListBuilder.php
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
ViewsUIController::ajaxOperation function core/modules/views_ui/src/Controller/ViewsUIController.php Calls a method on a view and reloads the listing page.
views_ui.bulk_operations.html.twig file core/modules/help_topics/help_topics/views_ui.bulk_operations.html.twig ---
label: 'Adding a bulk operations form to a view'
related:
- action.overview
- action.creating
- views.overview
- views_ui.create
- user.overview
---
{% set views_link_text %}
{% trans %}Views{% endtrans %}
{% endset %}
{% set…
VocabularyListBuilder::getDefaultOperations function core/modules/taxonomy/src/VocabularyListBuilder.php
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 @coversDefaultClass \Drupal\workflows\WorkflowStateTransitionOperationsAccessCheck[[api-linebreak]]
@group workflows
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 @covers ::access[[api-linebreak]]
@dataProvider invalidOperationNameTestCases

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