LocalActionManager::$instances

The plugin instances. Type: \Drupal\Core\Menu\LocalActionInterface[] File core/lib/Drupal/Core/Menu/LocalActionManager.php, line 97 Class LocalActionManager Provides the default local action manager using YML as primary definition. Namespace Drupal\Core\Menu Code protected $instances = array();

TypedData::getValue

public TypedData::getValue() Gets the data value. Return value mixed Overrides TypedDataInterface::getValue File core/lib/Drupal/Core/TypedData/TypedData.php, line 97 Class TypedData The abstract base class for typed data. Namespace Drupal\Core\TypedData Code public function getValue() { return $this->value; }

EntityStorageBase::doDelete

abstract protected EntityStorageBase::doDelete($entities) Performs storage-specific entity deletion. Parameters \Drupal\Core\Entity\EntityInterface[] $entities: An array of entity objects to delete. File core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 379 Class EntityStorageBase A base entity storage class. Namespace Drupal\Core\Entity Code abstract protected function doDelete($entities);

LocalActionManager::__construct

public LocalActionManager::__construct(ControllerResolverInterface $controller_resolver, RequestStack $request_stack, RouteMatchInterface $route_match, RouteProviderInterface $route_provider, ModuleHandlerInterface $module_handler, CacheBackendInterface $cache_backend, LanguageManagerInterface $language_manager, AccessManagerInterface $access_manager, AccountInterface $account) Constructs a LocalActionManager object. Parameters \Symfony\Component\HttpKernel\Controller\ControllerResolverInterfa

file_unmanaged_delete

file_unmanaged_delete($path) Deletes a file without database changes or hook invocations. This function should be used when the file to be deleted does not have an entry recorded in the files table. Parameters $path: A string containing a file path or (streamwrapper) URI. Return value TRUE for success or path does not exist, or FALSE in the event of an error. See also file_delete() file_unmanaged_delete_recursive() Related topics File interface Common file handling functions. File core/inc

LocalActionManager::getActionsForRoute

public LocalActionManager::getActionsForRoute($route_appears) Finds all local actions that appear on a named route. Parameters string $route_appears: The route name for which to find local actions. Return value array An array of link render arrays. Overrides LocalActionManagerInterface::getActionsForRoute File core/lib/Drupal/Core/Menu/LocalActionManager.php, line 160 Class LocalActionManager Provides the default local action manager using YML as primary definition. Namespace Drupal\C

FieldUI::getOverviewRouteInfo

public static FieldUI::getOverviewRouteInfo($entity_type_id, $bundle) Returns the route info for the field overview of a given entity bundle. Parameters string $entity_type_id: An entity type. string $bundle: The entity bundle. Return value \Drupal\Core\Url A URL object. File core/modules/field_ui/src/FieldUI.php, line 25 Class FieldUI Static service container wrapper for Field UI. Namespace Drupal\field_ui Code public static function getOverviewRouteInfo($entity_type_id, $bundle) {

KeyValueStoreInterface::getAll

public KeyValueStoreInterface::getAll() Returns all stored key/value pairs in the collection. Return value array An associative array containing all stored items in the collection. File core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php, line 61 Class KeyValueStoreInterface Defines the interface for key/value store implementations. Namespace Drupal\Core\KeyValueStore Code public function getAll();

ShortcutAccessControlHandler::createInstance

public static ShortcutAccessControlHandler::createInstance(ContainerInterface $container, EntityTypeInterface $entity_type) Instantiates a new instance of this entity handler. This is a factory method that returns a new instance of this object. The factory should pass any needed dependencies into the constructor of this object, but not the container itself. Every call to this method must return a new instance of this object; that is, it may not implement a singleton. Parameters \Symfony\Compon

TranslationManager::reset

public TranslationManager::reset() Resets translation cache. Since most translation systems implement some form of caching, this provides a way to delete that cache. Overrides TranslatorInterface::reset File core/lib/Drupal/Core/StringTranslation/TranslationManager.php, line 169 Class TranslationManager Defines a chained translation implementation combining multiple translators. Namespace Drupal\Core\StringTranslation Code public function reset() { if ($this->sortedTranslators ===