Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AddSectionController::create | function | core/ |
Instantiates a new instance of this class. |
AddSectionController::__construct | function | core/ |
AddSectionController constructor. |
AddStyleSheetCommand | class | core/ |
AJAX command to add style sheets to a CKEditor instance. |
AddStyleSheetCommand.php | file | core/ |
|
AddStyleSheetCommand::$editorId | property | core/ |
The CKEditor instance ID. |
AddStyleSheetCommand::$styleSheets | property | core/ |
The style sheet URLs to add to the CKEditor instance. |
AddStyleSheetCommand::addStyleSheet | function | core/ |
Adds a style sheet to the CKEditor instance. |
AddStyleSheetCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
AddStyleSheetCommand::__construct | function | core/ |
AddStyleSheetCommand constructor. |
admin-block-content.html.twig | file | core/ |
Default theme implementation for the content of an administrative block. |
admin-block-content.html.twig | file | core/ |
Claro's theme implementation for the content of an administrative block. |
admin-block-content.html.twig | file | core/ |
Theme override for the content of an administrative block. |
admin-block-content.html.twig | file | core/ |
Seven's theme implementation for the content of an administrative block. |
admin-block.html.twig | file | core/ |
Theme override for an administrative block. |
admin-block.html.twig | file | core/ |
Default theme implementation for an administrative block. |
admin-list.css | file | core/ |
/** * Admin lists. */ ul.admin-list { margin: 0; padding: 0; } .admin-list li { position: relative; margin: 0; padding: 0; list-style-type: none; list-style-image: none; border-top: 1px solid #bfbfbf; } .admin-list.compact li { … |
admin-page.html.twig | file | core/ |
Theme override for an administrative page. |
admin-page.html.twig | file | core/ |
Theme override for an administrative page. |
admin-page.html.twig | file | core/ |
Default theme implementation for an administrative page. |
admin.inc | file | core/ |
Provides the Views' administrative interface. |
AdminContext | class | core/ |
Provides a helper class to determine whether the route is an admin one. |
AdminContext.php | file | core/ |
|
AdminContext::$routeMatch | property | core/ |
The route match. |
AdminContext::isAdminRoute | function | core/ |
Determines whether the active route is an admin one. |
AdminContext::__construct | function | core/ |
Construct a new admin context helper instance. |
AdminController | class | core/ |
Controller for admin section. |
AdminController.php | file | core/ |
|
AdminController::$moduleExtensionList | property | core/ |
The module extension list. |
AdminController::create | function | core/ |
Instantiates a new instance of this class. |
AdminController::index | function | core/ |
Prints a listing of admin tasks, organized by module. |
AdminController::__construct | function | core/ |
AdminController constructor. |
AdminDemoNegotiator | class | core/ |
Negotiates the theme for the block admin demo page via the URL. |
AdminDemoNegotiator.php | file | core/ |
|
AdminDemoNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
AdminDemoNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
AdminHtmlRouteProvider | class | core/ |
Provides HTML routes for entities with administrative add/edit/delete pages. |
AdminHtmlRouteProvider.php | file | core/ |
|
AdminHtmlRouteProvider::getAddFormRoute | function | core/ |
Gets the add-form route. |
AdminHtmlRouteProvider::getAddPageRoute | function | core/ |
Gets the add page route. |
AdminHtmlRouteProvider::getDeleteFormRoute | function | core/ |
Gets the delete-form route. |
AdminHtmlRouteProvider::getDeleteMultipleFormRoute | function | core/ |
Returns the delete multiple form route. |
AdminHtmlRouteProvider::getEditFormRoute | function | core/ |
Gets the edit-form route. |
AdminMetaTagTest | class | core/ |
Confirm that the fingerprinting meta tag appears as expected. |
AdminMetaTagTest.php | file | core/ |
|
AdminMetaTagTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AdminMetaTagTest::testMetaTag | function | core/ |
Verify that the meta tag HTML is generated correctly. |
AdminNegotiator | class | core/ |
Sets the active theme on admin pages. |
AdminNegotiator.php | file | core/ |
|
AdminNegotiator::$adminContext | property | core/ |
The route admin context to determine whether a route is an admin one. |
AdminNegotiator::$configFactory | property | core/ |
The config factory. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.