ResponsiveImageStyleInterface::removeImageStyleMappings

public ResponsiveImageStyleInterface::removeImageStyleMappings() Removes all image style mappings from the responsive image style. Return value $this File core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 140 Class ResponsiveImageStyleInterface Provides an interface defining a responsive_image mapping entity. Namespace Drupal\responsive_image Code public function removeImageStyleMappings();

TwigSandboxPolicy::checkPropertyAllowed

public TwigSandboxPolicy::checkPropertyAllowed($obj, $property) Overrides Twig_Sandbox_SecurityPolicyInterface::checkPropertyAllowed File core/lib/Drupal/Core/Template/TwigSandboxPolicy.php, line 74 Class TwigSandboxPolicy Default sandbox policy for Twig templates. Namespace Drupal\Core\Template Code public function checkPropertyAllowed($obj, $property) { }

ChainedFastBackend::deleteAll

public ChainedFastBackend::deleteAll() Deletes all cache items in a bin. Overrides CacheBackendInterface::deleteAll See also \Drupal\Core\Cache\CacheBackendInterface::invalidateAll() \Drupal\Core\Cache\CacheBackendInterface::delete() \Drupal\Core\Cache\CacheBackendInterface::deleteMultiple() File core/lib/Drupal/Core/Cache/ChainedFastBackend.php, line 220 Class ChainedFastBackend Defines a backend with a fast and a consistent backend chain. Namespace Drupal\Core\Cache Code public func

DatabaseStorageExpirable::__construct

public DatabaseStorageExpirable::__construct($collection, SerializationInterface $serializer, Connection $connection, $table = 'key_value_expire') Overrides Drupal\Core\KeyValueStore\StorageBase::__construct(). Parameters string $collection: The name of the collection holding key and value pairs. \Drupal\Component\Serialization\SerializationInterface $serializer: The serialization class to use. \Drupal\Core\Database\Connection $connection: The database connection to use. string $table: The nam

SearchPage::isDefaultSearch

public SearchPage::isDefaultSearch() Determines if this search page entity is currently the default search. Return value bool TRUE if this search page entity is the default search, FALSE otherwise. Overrides SearchPageInterface::isDefaultSearch File core/modules/search/src/Entity/SearchPage.php, line 153 Class SearchPage Defines a configured search page. Namespace Drupal\search\Entity Code public function isDefaultSearch() { return $this->searchPageRepository()->getDefaultSear

FormStateInterface::getGroups

public &FormStateInterface::getGroups() Returns references to details elements to render them within vertical tabs. Return value array File core/lib/Drupal/Core/Form/FormStateInterface.php, line 707 Class FormStateInterface Provides an interface for an object containing the current state of a form. Namespace Drupal\Core\Form Code public function &getGroups();

ExecutionContextFactory

Defines an execution factory for the Typed Data validator. We do not use the factory provided by Symfony as it is marked internal. @codingStandardsIgnoreStart Hierarchy class \Drupal\Core\TypedData\Validation\ExecutionContextFactory implements ExecutionContextFactoryInterface File core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php, line 16 Namespace Drupal\Core\TypedData\Validation Members Name Modifiers Type Description ExecutionContextFactory::$translation

ResponsiveImageStyleInterface::setBreakpointGroup

public ResponsiveImageStyleInterface::setBreakpointGroup($breakpoint_group) Sets the breakpoint group for the responsive image style. Parameters string $breakpoint_group: The responsive image style breakpoint group. Return value $this File core/modules/responsive_image/src/ResponsiveImageStyleInterface.php, line 59 Class ResponsiveImageStyleInterface Provides an interface defining a responsive_image mapping entity. Namespace Drupal\responsive_image Code public function setBreakpointG

SearchPage::postDelete

public static SearchPage::postDelete(EntityStorageInterface $storage, array $entities) Acts on deleted entities before the delete hook is invoked. Used after the entities are deleted but before invoking the delete hook. Parameters \Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object. \Drupal\Core\Entity\EntityInterface[] $entities: An array of entities. Overrides Entity::postDelete File core/modules/search/src/Entity/SearchPage.php, line 195 Class SearchPage Defi

SearchPageListBuilder::buildRow

public SearchPageListBuilder::buildRow(EntityInterface $entity) Builds a row for an entity in the entity listing. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity for this row of the list. Return value array A render array structure of fields for this entity. Overrides DraggableListBuilder::buildRow See also \Drupal\Core\Entity\EntityListBuilder::render() File core/modules/search/src/SearchPageListBuilder.php, line 117 Class SearchPageListBuilder Defines a class to bui