Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchTokenizerTest::code2utf | function | core/ |
Like PHP chr() function, but for unicode characters. |
| SearchTokenizerTest::testNoTokenizer | function | core/ |
Verifies that strings of non-CJK characters are not tokenized. |
| SearchTokenizerTest::testTokenizer | function | core/ |
Verifies that strings of CJK characters are tokenized. |
| Section::toArray | function | core/ |
Returns an array representation of the section. |
| Section::toRenderArray | function | core/ |
Returns the renderable array for this section. |
| SectionComponent::toArray | function | core/ |
Returns an array representation of the section component. |
| SectionComponent::toRenderArray | function | core/ |
Returns the renderable array for this component. |
| SectionComponentTest::testToRenderArray | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::$contextRepository | property | core/ |
The context manager service. |
| SectionRenderTest::testToRenderArray | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayAccessDenied | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayEmpty | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayMissingPluginId | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayPreview | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionStorage | class | core/ |
Defines a Section Storage type annotation object. |
| SectionStorage.php | file | core/ |
|
| SectionStorage::$context_definitions | property | core/ |
Any required context definitions, optional. |
| SectionStorage::$handles_permission_check | property | core/ |
Indicates that this section storage handles its own permission checking. |
| SectionStorage::$id | property | core/ |
The plugin ID. |
| SectionStorage::$weight | property | core/ |
The plugin weight, optional (defaults to 0). |
| SectionStorage::get | function | core/ |
Gets the value of an annotation. |
| SectionStorageBase | class | core/ |
Provides a base class for Section Storage types. |
| SectionStorageBase.php | file | core/ |
|
| SectionStorageBase::appendSection | function | core/ |
Appends a new section to the end of the list. |
| SectionStorageBase::count | function | core/ |
#[\ReturnTypeWillChange] |
| SectionStorageBase::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
| SectionStorageBase::getSection | function | core/ |
Gets a domain object for the layout section. |
| SectionStorageBase::getSectionList | function | core/ |
Gets the section list. |
| SectionStorageBase::getSections | function | core/ |
Gets the layout sections. |
| SectionStorageBase::getStorageType | function | core/ |
Returns the type of this storage. |
| SectionStorageBase::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
| SectionStorageBase::insertSection | function | core/ |
Inserts a new section at a given delta. |
| SectionStorageBase::removeAllSections | function | core/ |
Removes all of the sections. |
| SectionStorageBase::removeSection | function | core/ |
Removes the section at the given delta. |
| SectionStorageDefinition | class | core/ |
Provides section storage type plugin definition. |
| SectionStorageDefinition.php | file | core/ |
|
| SectionStorageDefinition::$additional | property | core/ |
Any additional properties and values. |
| SectionStorageDefinition::$weight | property | core/ |
The plugin weight. |
| SectionStorageDefinition::get | function | core/ |
Gets any arbitrary property. |
| SectionStorageDefinition::getWeight | function | core/ |
Returns the plugin weight. |
| SectionStorageDefinition::set | function | core/ |
Sets a value to an arbitrary property. |
| SectionStorageDefinition::__construct | function | core/ |
LayoutDefinition constructor. |
| SectionStorageInterface | interface | core/ |
Defines an interface for Section Storage type plugins. |
| SectionStorageInterface.php | file | core/ |
|
| SectionStorageInterface::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| SectionStorageInterface::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| SectionStorageInterface::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
| SectionStorageInterface::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
| SectionStorageInterface::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
| SectionStorageInterface::getPluginDefinition | function | core/ |
Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition(). |
Pagination
- Previous page
- Page 195
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.