public function PageManagerSectionStorage::extractIdFromRoute in Page Manager 8.4
Configures the plugin based on route values.
@internal This should only be called during section storage instantiation.
Parameters
mixed $value: The raw value.
mixed $definition: The parameter definition provided in the route options.
string $name: The name of the parameter.
array $defaults: The route defaults array.
Return value
string|null The section storage ID if it could be extracted, NULL otherwise.
Overrides SectionStorageInterface::extractIdFromRoute
Deprecated
in drupal:8.7.0 and is removed from drupal:9.0.0. \Drupal\layout_builder\SectionStorageInterface::deriveContextsFromRoute() should be used instead. See https://www.drupal.org/node/3016262.
File
- src/
Plugin/ SectionStorage/ PageManagerSectionStorage.php, line 241
Class
- PageManagerSectionStorage
- Defines the 'page_manager' section storage type.
Namespace
Drupal\page_manager\Plugin\SectionStorageCode
public function extractIdFromRoute($value, $definition, $name, array $defaults) {
// @todo
// This is deprecated and can be removed before Drupal 9.0.0.
}