MenuController::__construct

public MenuController::__construct(MenuParentFormSelectorInterface $menu_parent_form) Creates a new MenuController object. Parameters \Drupal\Core\Menu\MenuParentFormSelectorInterface $menu_parent_form: The menu parent form service. File core/modules/menu_ui/src/Controller/MenuController.php, line 31 Class MenuController Returns responses for Menu routes. Namespace Drupal\menu_ui\Controller Code public function __construct(MenuParentFormSelectorInterface $menu_parent_form) { $this-&

EntityDisplayRepositoryInterface::getViewModeOptions

public EntityDisplayRepositoryInterface::getViewModeOptions($entity_type_id) Gets an array of view mode options. Parameters string $entity_type_id: The entity type whose view mode options should be returned. Return value array An array of view mode labels, keyed by the display mode ID. File core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php, line 57 Class EntityDisplayRepositoryInterface Provides an interface for an entity display repository. Namespace Drupal\Core\Entity

ImageStyle::getPrivateKey

protected ImageStyle::getPrivateKey() Gets the Drupal private key. Return value string The Drupal private key. File core/modules/image/src/Entity/ImageStyle.php, line 417 Class ImageStyle Defines an image style configuration entity. Namespace Drupal\image\Entity Code protected function getPrivateKey() { return \Drupal::service('private_key')->get(); }

ActiveTheme::$styleSheetsRemove

The stylesheets which are set to be removed by the theme. Type: array File core/lib/Drupal/Core/Theme/ActiveTheme.php, line 62 Class ActiveTheme Defines a theme and its information needed at runtime. Namespace Drupal\Core\Theme Code protected $styleSheetsRemove;

UserController::confirmCancel

public UserController::confirmCancel(UserInterface $user, $timestamp = 0, $hashed_pass = '') Confirms cancelling a user account via an email link. Parameters \Drupal\user\UserInterface $user: The user account. int $timestamp: The timestamp. string $hashed_pass: The hashed password. Return value \Symfony\Component\HttpFoundation\RedirectResponse A redirect response. File core/modules/user/src/Controller/UserController.php, line 298 Class UserController Controller routines for user routes.

PagerSelectExtender::$limit

The number of elements per page to allow. Type: int File core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php, line 31 Class PagerSelectExtender Query extender for pager queries. Namespace Drupal\Core\Database\Query Code protected $limit = 10;

BaseFormIdInterface::getBaseFormId

public BaseFormIdInterface::getBaseFormId() Returns a string identifying the base form. Return value string|null The string identifying the base form or NULL if this is not a base form. File core/lib/Drupal/Core/Form/BaseFormIdInterface.php, line 19 Class BaseFormIdInterface Provides an interface for a Form that has a base form ID. Namespace Drupal\Core\Form Code public function getBaseFormId();

OptimizedPhpArrayDumper::dumpCollection

protected OptimizedPhpArrayDumper::dumpCollection($collection, &$resolve = FALSE) Dumps a collection to a PHP array. Parameters mixed $collection: A collection to process. bool &$resolve: Used for passing the information to the caller whether the given collection needed to be resolved or not. This is used for optimizing deep arrays that don't need to be traversed. Return value \stdClass|array The collection in a suitable format. File core/lib/Drupal/Component/DependencyInjection/Dumpe

BookManager::$bookOutlineStorage

Book outline storage. Type: \Drupal\book\BookOutlineStorageInterface File core/modules/book/src/BookManager.php, line 54 Class BookManager Defines a book manager. Namespace Drupal\book Code protected $bookOutlineStorage;

PoDatabaseReader::readItem

public PoDatabaseReader::readItem() Reads and returns a PoItem (source/translation pair). Return value \Drupal\Component\Gettext\PoItem Wrapper for item data instance. Overrides PoReaderInterface::readItem File core/modules/locale/src/PoDatabaseReader.php, line 162 Class PoDatabaseReader Gettext PO reader working with the locale module database. Namespace Drupal\locale Code public function readItem() { if ($string = $this->readString()) { $values = (array) $string; $po_it