Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| sidebar.css | file | core/ |
/* ------------------ Sidebar ----------------- */ @media all and (min-width: 560px) { .sidebar { position: relative; float: left; /* LTR */ width: 50%; } [dir="rtl"] .sidebar { float: right; } .layout-one-sidebar… |
| SimpleAnnotationReader | class | core/ |
Simple Annotation Reader. |
| SimpleAnnotationReader.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\SimpleAnnotationReader, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
| SimpleAnnotationReader::$ignoredAnnotations | property | core/ |
|
| SimpleAnnotationReader::$parser | property | core/ |
|
| SimpleAnnotationReader::addNamespace | function | core/ |
Adds a namespace in which we will look for annotations. |
| SimpleAnnotationReader::getClassAnnotation | function | core/ |
|
| SimpleAnnotationReader::getClassAnnotations | function | core/ |
|
| SimpleAnnotationReader::getMethodAnnotation | function | core/ |
|
| SimpleAnnotationReader::getMethodAnnotations | function | core/ |
|
| SimpleAnnotationReader::getPropertyAnnotation | function | core/ |
|
| SimpleAnnotationReader::getPropertyAnnotations | function | core/ |
|
| SimpleAnnotationReader::__construct | function | core/ |
Constructor. |
| SimpleConfigSectionListTest | class | core/ |
Tests the test implementation of section storage. |
| SimpleConfigSectionListTest.php | file | core/ |
|
| SimpleConfigSectionListTest::$modules | property | core/ |
Modules to enable. |
| SimpleConfigSectionListTest::getSectionList | function | core/ |
Sets up the section list. |
| SimpleConfigSectionStorage | class | core/ |
Provides section storage utilizing simple config. |
| SimpleConfigSectionStorage.php | file | core/ |
|
| SimpleConfigSectionStorage::$configFactory | property | core/ |
The config factory. |
| SimpleConfigSectionStorage::$sections | property | core/ |
An array of sections. |
| SimpleConfigSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| SimpleConfigSectionStorage::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
| SimpleConfigSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| SimpleConfigSectionStorage::create | function | core/ |
Creates an instance of the plugin. |
| SimpleConfigSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
| SimpleConfigSectionStorage::getConfigName | function | core/ |
Returns the name to be used to store in the config system. |
| SimpleConfigSectionStorage::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
| SimpleConfigSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
| SimpleConfigSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
| SimpleConfigSectionStorage::getSections | function | core/ |
Gets the layout sections. |
| SimpleConfigSectionStorage::getStorageId | function | core/ |
Returns an identifier for this storage. |
| SimpleConfigSectionStorage::getStorageType | function | core/ |
Returns the type of this storage. |
| SimpleConfigSectionStorage::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
| SimpleConfigSectionStorage::label | function | core/ |
Gets the label for the object using the sections. |
| SimpleConfigSectionStorage::save | function | core/ |
Saves the sections. |
| SimpleConfigSectionStorage::setSections | function | core/ |
Stores the information for all sections. |
| SimpleConfigSectionStorage::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| SimplePageVariant | class | core/ |
Provides a page display variant that simply renders the main content. |
| SimplePageVariant.php | file | core/ |
|
| SimplePageVariant::$mainContent | property | core/ |
The render array representing the main content. |
| SimplePageVariant::$title | property | core/ |
The page title: a string (plain title) or a render array (formatted title). |
| SimplePageVariant::build | function | core/ |
Builds and returns the renderable array for the display variant. |
| SimplePageVariant::setMainContent | function | core/ |
Sets the main content for the page being rendered. |
| SimplePageVariant::setTitle | function | core/ |
Sets the title for the page being rendered. |
| simpletest.info.yml | file | core/ |
core/modules/simpletest/simpletest.info.yml |
| simpletest.install | file | core/ |
Uninstall functions for the simpletest module. |
| SimpleTestEntity | class | core/ |
A concrete entity. |
| SimpleTestEntity | class | core/ |
A concrete entity. |
| SimpletestUiPrinter | class | core/ |
Defines a class for providing html output links in the Simpletest UI. |
Pagination
- Previous page
- Page 1147
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.