RegisterEntityResolversCompilerPass

Adds services tagged 'normalizer' and 'encoder' to the Serializer. Hierarchy class \Drupal\serialization\RegisterEntityResolversCompilerPass implements CompilerPassInterface File core/modules/serialization/src/RegisterEntityResolversCompilerPass.php, line 12 Namespace Drupal\serialization Members Name Modifiers Type Description RegisterEntityResolversCompilerPass::process public function Adds services to the Serializer. Overrides CompilerPassInterface::process Register

RegisterAccessChecksPass::process

public RegisterAccessChecksPass::process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container: Overrides CompilerPassInterface::process File core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php, line 16 Class RegisterAccessChecksPass Adds services tagged 'access_check' to the access_manager service. Namespace Drupal\Core\DependencyInjection\Compiler Code public function process(

RegisterAccessChecksPass

Adds services tagged 'access_check' to the access_manager service. Hierarchy class \Drupal\Core\DependencyInjection\Compiler\RegisterAccessChecksPass implements CompilerPassInterface File core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php, line 11 Namespace Drupal\Core\DependencyInjection\Compiler Members Name Modifiers Type Description RegisterAccessChecksPass::process public function You can modify the container here before it is dumped to P

RegisterAccessCheck::access

public RegisterAccessCheck::access(AccountInterface $account) Checks access. Parameters \Drupal\Core\Session\AccountInterface $account: The currently logged in account. Return value \Drupal\Core\Access\AccessResultInterface The access result. File core/modules/user/src/Access/RegisterAccessCheck.php, line 23 Class RegisterAccessCheck Access check for user registration routes. Namespace Drupal\user\Access Code public function access(AccountInterface $account) { $user_settings = \Dru

RegisterAccessCheck

Access check for user registration routes. Hierarchy class \Drupal\user\Access\RegisterAccessCheck implements AccessInterface File core/modules/user/src/Access/RegisterAccessCheck.php, line 12 Namespace Drupal\user\Access Members Name Modifiers Type Description RegisterAccessCheck::access public function Checks access.

REGIONS_VISIBLE

Return only visible regions. See also system_region_list() File core/modules/system/system.module, line 66 Configuration system that lets administrators modify the workings of the site. Code const REGIONS_VISIBLE = 'visible';

REGIONS_ALL

Return all regions. See also system_region_list() File core/modules/system/system.module, line 73 Configuration system that lets administrators modify the workings of the site. Code const REGIONS_ALL = 'all';

RegionalForm::__construct

public RegionalForm::__construct(ConfigFactoryInterface $config_factory, CountryManagerInterface $country_manager) Constructs a RegionalForm object. Parameters \Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects. \Drupal\Core\Locale\CountryManagerInterface $country_manager: The country manager. Overrides ConfigFormBase::__construct File core/modules/system/src/Form/RegionalForm.php, line 31 Class RegionalForm Configure regional settings for th

RegionalForm::submitForm

public RegionalForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ConfigFormBase::submitForm File core/modules/system/src/Form/RegionalForm.php, line 147 Class RegionalForm Configure regional settings for this site. Namespace Drupal\system\Form Code public function submitFo

RegionalForm::getFormId

public RegionalForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/system/src/Form/RegionalForm.php, line 49 Class RegionalForm Configure regional settings for this site. Namespace Drupal\system\Form Code public function getFormId() { return 'system_regional_settings'; }