Search for %s
| Title | Object type | File name | Summary |
|---|---|---|---|
| $base_insecure_url | global | core/ |
The insecure base URL of the Drupal installation. |
| $base_path | global | core/ |
The base path of the Drupal installation. |
| $base_root | global | core/ |
The root URL of the host, excluding the path. |
| $base_secure_url | global | core/ |
The secure base URL of the Drupal installation. |
| $base_url | global | core/ |
The base URL of the Drupal installation. |
| $config_directories | global | core/ |
The location of file system directories used for site configuration data. |
| $install_state | global | core/ |
Store settings and profile information during installation process. |
| aaa_update_test.info.yml | file | core/ |
core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml |
| AbstractOperation | class | composer/ |
Provides default behaviors for operations. |
| AbstractOperation.php | file | composer/ |
|
| AbstractOperation::$contents | property | composer/ |
Cached contents of scaffold file to be written to disk. |
| AbstractOperation::contents | function | composer/ |
Returns the exact data that will be written to the scaffold files. |
| AbstractOperation::generateContents | function | composer/ |
Load the scaffold contents or otherwise generate what is needed. |
| AbstractOperation::scaffoldAtNewLocation | function | composer/ |
Determines what to do if operation is used without a previous operation. |
| AbstractOperation::scaffoldOverExistingTarget | function | composer/ |
Determines what to do if operation is used at same path as a previous op. |
| AcceptHeaderMatcherTest | class | core/ |
Confirm that the mime types partial matcher is functioning properly. |
| AcceptHeaderMatcherTest.php | file | core/ |
|
| AcceptHeaderMatcherTest::$fixtures | property | core/ |
A collection of shared fixture data for tests. |
| AcceptHeaderMatcherTest::$matcher | property | core/ |
The matcher object that is going to be tested. |
| AcceptHeaderMatcherTest::acceptFilterProvider | function | core/ |
Provides data for the Accept header filtering test. |
| AcceptHeaderMatcherTest::setUp | function | core/ |
|
| AcceptHeaderMatcherTest::testAcceptFiltering | function | core/ |
Tests that requests using Accept headers get filtered correctly. |
| AcceptHeaderMatcherTest::testNoRouteFound | function | core/ |
Confirms that the AcceptHeaderMatcher throws an exception for no-route. |
| AcceptHeaderMiddleware::__construct | function | core/ |
Constructs a new AcceptHeaderMiddleware instance. |
| AcceptHeaderRoutingTestServiceProvider | class | core/ |
Service provider for the accept_header_routing_test module. |
| AcceptHeaderRoutingTestServiceProvider.php | file | core/ |
|
| AcceptHeaderRoutingTestServiceProvider::alter | function | core/ |
Modifies existing service definitions. |
| accept_header_routing_test.info.yml | file | core/ |
core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml |
| accept_header_routing_test.services.yml | file | core/ |
core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml |
| Access | class | core/ |
Filter by node_access records. |
| Access.php | file | core/ |
|
| Access::adminSummary | function | core/ |
Display the filter on the administrative summary |
| Access::canExpose | function | core/ |
Determine if a filter can be exposed. |
| Access::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| Access::operatorForm | function | core/ |
Options form subform for setting the operator. |
| Access::query | function | core/ |
See _node_access_where_sql() for a non-views query based implementation. |
| AccessArgumentsResolverFactory | class | core/ |
Resolves the arguments to pass to an access check callable. |
| AccessArgumentsResolverFactory.php | file | core/ |
|
| AccessArgumentsResolverFactory::getArgumentsResolver | function | core/ |
Returns the arguments resolver to use when running access checks. |
| AccessArgumentsResolverFactoryInterface | interface | core/ |
Constructs the arguments resolver instance to use when running access checks. |
| AccessArgumentsResolverFactoryInterface.php | file | core/ |
|
| AccessArgumentsResolverFactoryInterface::getArgumentsResolver | function | core/ |
Returns the arguments resolver to use when running access checks. |
| AccessAwareRouter | class | core/ |
A router class for Drupal with access check and upcasting. |
| AccessAwareRouter.php | file | core/ |
|
| AccessAwareRouter::$accessManager | property | core/ |
The access manager. |
| AccessAwareRouter::$account | property | core/ |
The account to use in access checks. |
| AccessAwareRouter::$router | property | core/ |
The router doing the actual routing. |
| AccessAwareRouter::checkAccess | function | core/ |
Apply access check service to the route and parameters in the request. |
| AccessAwareRouter::generate | function | core/ |
|
| AccessAwareRouter::getContext | function | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.