Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Other projects
Title Object type File name Summary
AddStyleSheetCommand class core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php AJAX command to add style sheets to a CKEditor instance.
AddStyleSheetCommand.php file core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php
AddStyleSheetCommand::$editorId property core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php The CKEditor instance ID.
AddStyleSheetCommand::$styleSheets property core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php The style sheet URLs to add to the CKEditor instance.
AddStyleSheetCommand::addStyleSheet function core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php Adds a style sheet to the CKEditor instance.
AddStyleSheetCommand::render function core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php Return an array to be run through json_encode and sent to the client.
AddStyleSheetCommand::__construct function core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php AddStyleSheetCommand constructor.
admin-list.css file core/themes/seven/css/components/admin-list.css /**
* 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 {
AdminContext::isAdminRoute function core/lib/Drupal/Core/Routing/AdminContext.php Determines whether the active route is an admin one.
AdminContext::__construct function core/lib/Drupal/Core/Routing/AdminContext.php Construct a new admin context helper instance.
AdminController::$moduleExtensionList property core/modules/system/src/Controller/AdminController.php The module extension list.
AdminController::__construct function core/modules/system/src/Controller/AdminController.php AdminController constructor.
AdminDemoNegotiator::applies function core/modules/block/src/Theme/AdminDemoNegotiator.php Whether this theme negotiator should be used to set the theme.
AdminMetaTagTest class core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php Confirm that the fingerprinting meta tag appears as expected.
AdminMetaTagTest.php file core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php
AdminMetaTagTest::$defaultTheme property core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php The theme to install as the default for testing.
AdminMetaTagTest::testMetaTag function core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php Verify that the meta tag HTML is generated correctly.
AdminNegotiator::$deprecatedProperties property core/modules/user/src/Theme/AdminNegotiator.php
AdminNegotiator::$user property core/modules/user/src/Theme/AdminNegotiator.php The current user.
AdminNegotiator::applies function core/modules/user/src/Theme/AdminNegotiator.php Whether this theme negotiator should be used to set the theme.
AdminNegotiator::__construct function core/modules/user/src/Theme/AdminNegotiator.php Creates a new AdminNegotiator instance.
AdminNegotiatorTest class core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php Tests AdminNegotiator class.
AdminNegotiatorTest.php file core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php
AdminNegotiatorTest::getThemes function core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php Provides a list of theme names to test.
AdminNegotiatorTest::testDetermineActiveTheme function core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php @dataProvider getThemes
AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The id of the original proxied service.
AdminPathConfigEntityConverter::$service property core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php The real proxied service, after it was lazy loaded.
AdminPathConfigEntityConverter::applies function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Determines if the converter applies to a specific route and variable.
AdminPathConfigEntityConverter::applies function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Determines if the converter applies to a specific route and variable.
AdminPathConfigEntityConverter::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Lazy loads the real service from the container.
AdminPathConfigEntityConverter::__construct function core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php Constructs a ProxyClass Drupal proxy object.
AdminPathConfigEntityConverter::__construct function core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php Constructs a new EntityConverter.
AdminPathEntityConverterLanguageTest class core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Test administration path based conversion of entities.
AdminPathEntityConverterLanguageTest.php file core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
AdminPathEntityConverterLanguageTest::$defaultTheme property core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php The theme to install as the default for testing.
AdminPathEntityConverterLanguageTest::$modules property core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Modules to enable.
AdminPathEntityConverterLanguageTest::setUp function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php
AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage function core/modules/language/tests/src/Functional/AdminPathEntityConverterLanguageTest.php Tests the translated and untranslated config entities are loaded properly.
AdminRouteSubscriber class core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Adds the _admin_route option to each admin HTML route.
AdminRouteSubscriber.php file core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php
AdminRouteSubscriber::alterRoutes function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Alters existing routes for a specific collection.
AdminRouteSubscriber::getSubscribedEvents function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php
AdminRouteSubscriber::isHtmlRoute function core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php Determines whether the given route is a HTML route.
AdminRouteSubscriberTest class core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php @coversDefaultClass \Drupal\system\EventSubscriber\AdminRouteSubscriber[[api-linebreak]]
@group system
AdminRouteSubscriberTest.php file core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
AdminRouteSubscriberTest::providerTestAlterRoutes function core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
AdminRouteSubscriberTest::testAlterRoutes function core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php @covers ::alterRoutes[[api-linebreak]]
@covers ::isHtmlRoute[[api-linebreak]]
AdminTest class core/modules/system/tests/src/Functional/System/AdminTest.php Tests output on administrative pages and compact mode functionality.
AdminTest.php file core/modules/system/tests/src/Functional/System/AdminTest.php
AdminTest::$adminUser property core/modules/system/tests/src/Functional/System/AdminTest.php User account with all available permissions

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