ConfigEntityInterface

Defines a common interface for configuration entities. Hierarchy interface \Drupal\Core\Entity\EntityInterface; interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterfaceinterface \Drupal\Core\Config\Entity\ConfigEntityInterface Related topics Configuration API Information about the Configuration API. Entity API Describes how to define and manipulate content and configuration entities. File core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 13 Namespace Drupal\Co

FilterUninstallValidator::__construct

public FilterUninstallValidator::__construct(PluginManagerInterface $filter_manager, EntityManagerInterface $entity_manager, TranslationInterface $string_translation) Constructs a new FilterUninstallValidator. Parameters \Drupal\Component\Plugin\PluginManagerInterface $filter_manager: The filter plugin manager. \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Drupal\Core\StringTranslation\TranslationInterface $string_translation: The string translation service.

LocalTaskManager::getLocalTasksForRoute

public LocalTaskManager::getLocalTasksForRoute($route_name) Find all local tasks that appear on a named route. Parameters string $route_name: The route for which to find local tasks. Return value array Returns an array of task levels. Each task level contains instances of local tasks (LocalTaskInterface) which appear on the tab route. The array keys are the depths and the values are arrays of plugin instances. Overrides LocalTaskManagerInterface::getLocalTasksForRoute File core/lib/Drupal/Cor

AccessInterface

An access check service determines access rules for particular routes. Hierarchy interface \Drupal\Core\Routing\Access\AccessInterface File core/lib/Drupal/Core/Routing/Access/AccessInterface.php, line 8 Namespace Drupal\Core\Routing\Access Members

UserRouteProvider

Provides routes for the user entity. Hierarchy class \Drupal\user\Entity\UserRouteProvider implements EntityRouteProviderInterface File core/modules/user/src/Entity/UserRouteProvider.php, line 13 Namespace Drupal\user\Entity Members Name Modifiers Type Description UserRouteProvider::getRoutes public function Provides routes for entities. Overrides EntityRouteProviderInterface::getRoutes

UpdateFetcher::UPDATE_DEFAULT_URL

URL to check for updates, if a given project doesn't define its own. File core/modules/update/src/UpdateFetcher.php, line 20 Class UpdateFetcher Fetches project information from remote locations. Namespace Drupal\update Code const UPDATE_DEFAULT_URL = 'http://updates.drupal.org/release-history';

drupal_process_states

drupal_process_states(&$elements) Adds JavaScript to change the state of an element based on another element. A "state" means a certain property on a DOM element, such as "visible" or "checked". A state can be applied to an element, depending on the state of another element on the page. In general, states depend on HTML attributes and DOM element properties, which change due to user interaction. Since states are driven by JavaScript only, it is important to understand that all states are ap

BackendChain::set

public BackendChain::set($cid, $data, $expire = Cache::PERMANENT, array $tags = array()) Stores data in the persistent cache. Core cache implementations set the created time on cache item with microtime(TRUE) rather than REQUEST_TIME_FLOAT, because the created time of cache items should match when they are created, not when the request started. Apart from being more accurate, this increases the chance an item will legitimately be considered valid. Parameters string $cid: The cache ID of the da

ConfigurableImageEffectBase

Provides a base class for configurable image effects. Hierarchy class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterfaceclass \Drupal\Core\Plugin\PluginBase uses DependencySerializationTrait, StringTranslationTraitclass \Drupal\image\ImageEffectBase implements ContainerFactoryPluginInterface, ImageEffectInterfaceclass \Drupal\image\ConfigurableImageEffectBase implements ConfigurableImageEffectInterface See also \Drupal\image\Annotation

ViewsStyle::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsStyle.php, line 83 Class ViewsStyle Defines a Plugin annotation object for views style plugins. Namespace Drupal\views\Annotation Code public $no_ui;