Search for to

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

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