AccessArgumentsResolverFactoryInterface

Constructs the arguments resolver instance to use when running access checks. Hierarchy interface \Drupal\Core\Access\AccessArgumentsResolverFactoryInterface File core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php, line 12 Namespace Drupal\Core\Access Members Name Modifiers Type Description AccessArgumentsResolverFactoryInterface::getArgumentsResolver public function Returns the arguments resolver to use when running access checks.

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 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

$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;

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

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

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

$base_secure_url

The secure base URL of the Drupal installation. See also \Drupal\Core\DrupalKernel::initializeRequestGlobals() File core/globals.api.php, line 36 These are the global variables that Drupal uses. Code global $base_secure_url;