Search for l

  1. Search 7.x for l
  2. Search 9.5.x for l
  3. Search 8.9.x for l
  4. Search 10.3.x for l
  5. Other projects
Title Object type File name Summary
$base_insecure_url global core/globals.api.php The insecure base URL of the Drupal installation.
$base_secure_url global core/globals.api.php The secure base URL of the Drupal installation.
$base_url global core/globals.api.php The base URL of the Drupal installation.
$install_state global core/globals.api.php Store settings and profile information during installation process.
aaa_hook_collector_test.info.yml file core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/aaa_hook_collector_test.info.yml
aaa_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.info.yml
aaa_hook_order_test.module file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module
aaa_hook_order_test_module_implements_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_module_implements_alter().
aaa_hook_order_test_procedural_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_procedural_alter().
aaa_hook_order_test_procedural_subtype_alter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/aaa_hook_order_test.module Implements hook_procedural_subtype_alter().
aaa_update_test.info.yml file core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml
AAlterHooks class core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php This class contains hook implementations.
AAlterHooks.php file core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php
AAlterHooks::testAlterAfterC function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php #[Hook('test_alter', order: new OrderAfter(modules: [
'ccc_hook_order_test',
]))]
AAlterHooks::testSubtypeAlter function core/modules/system/tests/modules/HookOrder/aaa_hook_order_test/src/Hook/AAlterHooks.php #[Hook('test_subtype_alter')]
AbstractOperation::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/AbstractOperation.php
AbstractOperation::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/AbstractOperation.php
AcceptHeaderMatcher::filter function core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
AcceptHeaderMiddleware class core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php Example implementation of "accept header"-based content negotiation.
AcceptHeaderMiddleware.php file core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
AcceptHeaderMiddleware::$httpKernel property core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php The app kernel.
AcceptHeaderMiddleware::handle function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
AcceptHeaderMiddleware::__construct function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php Constructs a new AcceptHeaderMiddleware instance.
AcceptHeaderRoutingTestServiceProvider::alter function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php
accept_header_routing_test.info.yml file core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml
accept_header_routing_test.services.yml file core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml
AccessAnnouncementTest::$defaultTheme property core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php
AccessAnnouncementTest::$modules property core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php
AccessAnnouncementTest::testAnnounceFirstLogin function core/modules/announcements_feed/tests/src/FunctionalJavascript/AccessAnnouncementTest.php Test of viewing announcements by a user with appropriate permission.
AccessCheck::menuLocalAction7 function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
AccessCheck::menuLocalAction8 function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
AccessDeniedSubscriber::getHandledFormats function core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php
AccessDeniedTest::$defaultTheme property core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessDeniedTest::$modules property core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessPermissionTest::$modules property core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
AccessPermissionTest::$normalUser property core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php A user with 'views_test_data test permission' permission.
AccessPluginBase class core/modules/views/src/Plugin/views/access/AccessPluginBase.php The base plugin to handle access control.
AccessPluginBase.php file core/modules/views/src/Plugin/views/access/AccessPluginBase.php
AccessPluginBase::access function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Determine if the current user has access or not.
AccessPluginBase::alterRouteDefinition function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Allows access plugins to alter the route definition of a view.
AccessPluginBase::summaryTitle function core/modules/views/src/Plugin/views/access/AccessPluginBase.php
AccessRoleTest class core/modules/user/tests/src/Functional/Views/AccessRoleTest.php Tests views role access plugin.
AccessRoleTest.php file core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
AccessRoleTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
AccessRoleTest::$testViews property core/modules/user/tests/src/Functional/Views/AccessRoleTest.php Views used by this test.
AccessRoleTest::setUp function core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
AccessRoleTest::testAccessRole function core/modules/user/tests/src/Functional/Views/AccessRoleTest.php Tests role access plugin.
AccessRoleTest::testRenderCaching function core/modules/user/tests/src/Functional/Views/AccessRoleTest.php Tests access on render caching.
AccessRoleUITest class core/modules/user/tests/src/Functional/AccessRoleUITest.php Tests views role access plugin UI.
AccessRoleUITest.php file core/modules/user/tests/src/Functional/AccessRoleUITest.php

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