Search for all
Title | Object type | File name | Summary |
---|---|---|---|
mainpage | core/ |
Welcome to the Drupal API Documentation! | |
$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. |
$conf | global | core/ |
Allows defining of site-specific service providers for the Drupal kernel. |
$config | global | core/ |
Array of configuration overrides from the settings.php file. |
$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. |
a.txt | file | core/ |
|
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. |
AcceptHeaderMatcher | class | core/ |
Filters routes based on the media type specified in the HTTP Accept headers. |
AcceptHeaderMatcher.php | file | core/ |
|
AcceptHeaderMatcher::filter | function | core/ |
|
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 | class | core/ |
Example implementation of "accept header"-based content negotiation. |
AcceptHeaderMiddleware.php | file | core/ |
|
AcceptHeaderMiddleware::handle | function | core/ |
|
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_matcher | service | core/ |
Drupal\accept_header_routing_test\Routing\AcceptHeaderMatcher |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.