Search for process
- Search 7.x for process
- Search 9.5.x for process
- Search 8.9.x for process
- Search 11.x for process
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccessPolicyProcessor | class | core/ |
Processes access policies into permissions for an account. |
AccessPolicyProcessor.php | file | core/ |
|
AccessPolicyProcessor::$accessPolicies | property | core/ |
The access policies. |
AccessPolicyProcessor::addAccessPolicy | function | core/ |
Adds an access policy. |
AccessPolicyProcessor::getPersistentCacheContexts | function | core/ |
Gets the persistent cache contexts of all policies within a given scope. |
AccessPolicyProcessor::processAccessPolicies | function | core/ |
Processes the access policies for an account within a given scope. |
AccessPolicyProcessor::validateScope | function | core/ |
Validates if calculated permissions all match a single scope. |
AccessPolicyProcessor::__construct | function | core/ |
|
AccessPolicyProcessorInterface | interface | core/ |
Processes all added access policies until the full permissions are built. |
AccessPolicyProcessorInterface.php | file | core/ |
|
AccessPolicyProcessorInterface::addAccessPolicy | function | core/ |
Adds an access policy. |
AccessPolicyProcessorInterface::processAccessPolicies | function | core/ |
Processes the access policies for an account within a given scope. |
AccessPolicyProcessorTest | class | core/ |
Tests the AccessPolicyProcessor service. |
AccessPolicyProcessorTest.php | file | core/ |
|
AccessPolicyProcessorTest::accountSwitcherProvider | function | core/ |
Data provider for testAccountSwitcher(). |
AccessPolicyProcessorTest::cachingProvider | function | core/ |
Data provider for testCaching(). |
AccessPolicyProcessorTest::setUp | function | core/ |
|
AccessPolicyProcessorTest::setUpAccessPolicyProcessor | function | core/ |
Sets up the access policy processor. |
AccessPolicyProcessorTest::testAccountSwitcher | function | core/ |
Tests if the account switcher switches properly when user cache context is present. |
AccessPolicyProcessorTest::testAlterPermissions | function | core/ |
Tests that access policies can alter the final result. |
AccessPolicyProcessorTest::testAlterPermissionsNoApply | function | core/ |
Tests that alters that do not apply are not processed. |
AccessPolicyProcessorTest::testCacheContextCaching | function | core/ |
Tests that the persistent cache contexts are added properly. |
AccessPolicyProcessorTest::testCacheContexts | function | core/ |
Tests that only the cache contexts for policies that apply are added. |
AccessPolicyProcessorTest::testCaching | function | core/ |
Tests if the caches are called correctly. |
AccessPolicyProcessorTest::testCalculatePermissions | function | core/ |
Tests that access policies are properly processed. |
AccessPolicyProcessorTest::testCalculatePermissionsNoApply | function | core/ |
Tests that access policies that do not apply are not processed. |
AccessPolicyProcessorTest::testEmptyCalculator | function | core/ |
Tests that access policies which do nothing are properly processed. |
AccessPolicyProcessorTest::testMultipleScopeAlterException | function | core/ |
Tests the multiple scopes exception. |
AccessPolicyProcessorTest::testMultipleScopeException | function | core/ |
Tests the multiple scopes exception. |
AccessPolicyProcessorTest::testNoCalculators | function | core/ |
Tests that everything works if no access policies are present. |
AccessPolicyProcessorTest::testWrongScopeException | function | core/ |
Tests the wrong scope exception. |
access_policy_processor | service | core/ |
Drupal\Core\Session\AccessPolicyProcessor |
Actions::processActions | function | core/ |
Processes a form actions container element. |
AddFormBase::processInputValues | function | core/ |
Creates media items from source field input values. |
AjaxResponseAttachmentsProcessor | class | core/ |
Processes attachments of AJAX responses. |
AjaxResponseAttachmentsProcessor.php | file | core/ |
|
AjaxResponseAttachmentsProcessor::$assetResolver | property | core/ |
The asset resolver service. |
AjaxResponseAttachmentsProcessor::$config | property | core/ |
A config object for the system performance configuration. |
AjaxResponseAttachmentsProcessor::$cssCollectionRenderer | property | core/ |
The CSS asset collection renderer service. |
AjaxResponseAttachmentsProcessor::$jsCollectionRenderer | property | core/ |
The JS asset collection renderer service. |
AjaxResponseAttachmentsProcessor::$moduleHandler | property | core/ |
The module handler. |
AjaxResponseAttachmentsProcessor::$renderer | property | core/ |
The renderer. |
AjaxResponseAttachmentsProcessor::$requestStack | property | core/ |
The request stack. |
AjaxResponseAttachmentsProcessor::buildAttachmentsCommands | function | core/ |
Prepares the AJAX commands to attach assets. |
AjaxResponseAttachmentsProcessor::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
AjaxResponseAttachmentsProcessor::__construct | function | core/ |
Constructs an AjaxResponseAttachmentsProcessor object. |
ajax_response.attachments_processor | service | core/ |
Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor |
AliasPathProcessor | class | core/ |
Processes the inbound path using path alias lookups. |
AliasPathProcessor.php | file | core/ |
|
AliasPathProcessor::$aliasManager | property | core/ |
An alias manager for looking up the system path. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.