AccessArgumentsResolverFactory::getArgumentsResolver

public AccessArgumentsResolverFactory::getArgumentsResolver(RouteMatchInterface $route_match, AccountInterface $account, Request $request = NULL) Returns the arguments resolver to use when running access checks. Parameters \Drupal\Core\Routing\RouteMatchInterface $route_match: The route match object to be checked. \Drupal\Core\Session\AccountInterface $account: The account being checked. \Symfony\Component\HttpFoundation\Request $request: Optional, the request object. Return value \Drupal\Com

AccessArgumentsResolverFactory

Resolves the arguments to pass to an access check callable. Hierarchy class \Drupal\Core\Access\AccessArgumentsResolverFactory implements AccessArgumentsResolverFactoryInterface File core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php, line 13 Namespace Drupal\Core\Access Members Name Modifiers Type Description AccessArgumentsResolverFactory::getArgumentsResolver public function Returns the arguments resolver to use when running access checks. Overrides Access

8 #type uses of ToolbarItem

block_place_toolbar in core/modules/block_place/block_place.module Implements hook_toolbar(). contextual_toolbar in core/modules/contextual/contextual.module Implements hook_toolbar(). hook_toolbar in core/modules/toolbar/toolbar.api.php Add items to the toolbar menu. shortcut_toolbar in core/modules/shortcut/shortcut.module Implements hook_toolbar(). toolbar_test_toolbar in core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module Implements hook_toolbar(). toolbar_toolbar

8 #type uses of TextFormat

FilterTestFormatForm::buildForm in core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Form constructor. FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Form constructor. InputRequired::buildOptionsForm in core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Provide a form to edit options for this plugin. Text::buildOptionsForm in core/modules/views/src/Plugin/views/area/Tex

6 #type uses of ManagedFile

EditorImageDialog::buildForm in core/modules/editor/src/Form/EditorImageDialog.php FileModuleTestForm::buildForm in core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php FileWidget::formElement in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Returns the form for a single field widget. FormTestDisabledElementsForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Form constructor. FormTestFormStateVa

6 #type uses of LanguageConfiguration

BlockContentTypeForm::form in core/modules/block_content/src/BlockContentTypeForm.php Gets the actual form array to be built. CommentTypeForm::form in core/modules/comment/src/CommentTypeForm.php Gets the actual form array to be built. ContentLanguageSettingsForm::buildForm in core/modules/language/src/Form/ContentLanguageSettingsForm.php Form constructor. LanguageConfigurationElement::buildForm in core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.p

12 #type uses of View

DisplayPluginBase::buildBasicRenderable in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a basic render array which can be properly render cached. DisplayPluginBase::buildRenderable in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a renderable array of the view. FieldRenderedEntityTest::testRenderedEntityWithField in core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Tests the rendered entity output with the test f

$pager_page_array

Array of current page numbers for each pager. The array index is the pager element index (0 by default). See also pager_default_initialize() File core/globals.api.php, line 92 These are the global variables that Drupal uses. Code global $pager_page_array;

$install_state

Store settings and profile information during installation process. See also install_drupal() File core/globals.api.php, line 74 These are the global variables that Drupal uses. Code global $install_state;

$config_directories

The location of file system directories used for site configuration data. See also drupal_install_config_directories() File core/globals.api.php, line 67 These are the global variables that Drupal uses. Code global $config_directories;