ViewExecutable::usePager

public ViewExecutable::usePager() Determines if the view uses a pager. Return value bool TRUE if the view uses a pager, FALSE otherwise. File core/modules/views/src/ViewExecutable.php, line 624 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public function usePager() { if (!empty($this->pager)) { return $this->pager->usePager(); } }

EntityDisplayRepository::getAllDisplayModesByEntityType

protected EntityDisplayRepository::getAllDisplayModesByEntityType($display_type) Gets the entity display mode info for all entity types. Parameters string $display_type: The display type to be retrieved. It can be "view_mode" or "form_mode". Return value array The display mode info for all entity types. File core/lib/Drupal/Core/Entity/EntityDisplayRepository.php, line 104 Class EntityDisplayRepository Provides a repository for entity display objects (view modes and form modes). Namesp

StaticMenuLinkOverridesInterface::deleteOverride

public StaticMenuLinkOverridesInterface::deleteOverride($id) Deletes any overrides to the definition of a static (YAML-defined) link. Parameters string $id: A menu link plugin ID. File core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php, line 41 Class StaticMenuLinkOverridesInterface Defines an interface for objects which overrides menu links defined in YAML. Namespace Drupal\Core\Menu Code public function deleteOverride($id);

ViewsArgumentValidator::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsArgumentValidator.php, line 21 Class ViewsArgumentValidator Defines a Plugin annotation object for views argument validator plugins. Namespace Drupal\views\Annotation Code public $id;

ViewsArgumentDefault::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsArgumentDefault.php, line 21 Class ViewsArgumentDefault Defines a Plugin annotation object for views argument default plugins. Namespace Drupal\views\Annotation Code public $id;

RestResource::$serialization_class

The serialization class to deserialize serialized data into. Type: string (optional) File core/modules/rest/src/Annotation/RestResource.php, line 46 Class RestResource Defines a REST resource annotation object. Namespace Drupal\rest\Annotation Code public $serialization_class;

ConfigMapperManager::hasTranslatable

public ConfigMapperManager::hasTranslatable($name) Returns TRUE if the configuration data has translatable items. Parameters string $name: Configuration key. Return value bool A boolean indicating if the configuration data has translatable items. Overrides ConfigMapperManagerInterface::hasTranslatable File core/modules/config_translation/src/ConfigMapperManager.php, line 168 Class ConfigMapperManager Manages plugins for configuration translation mappers. Namespace Drupal\config_transl

RestResource::$id

The resource plugin ID. Type: string File core/modules/rest/src/Annotation/RestResource.php, line 30 Class RestResource Defines a REST resource annotation object. Namespace Drupal\rest\Annotation Code public $id;

AliasWhitelist::lazyLoadCache

protected AliasWhitelist::lazyLoadCache() Loads the cache if not already done. Overrides CacheCollector::lazyLoadCache File core/lib/Drupal/Core/Path/AliasWhitelist.php, line 52 Class AliasWhitelist Extends CacheCollector to build the path alias whitelist over time. Namespace Drupal\Core\Path Code protected function lazyLoadCache() { parent::lazyLoadCache(); // On a cold start $this->storage will be empty and the whitelist will // need to be rebuilt from scratch. The whitelis

FieldUiTable::getInfo

public FieldUiTable::getInfo() Returns the element properties for this element. Return value array An array of element properties. See \Drupal\Core\Render\ElementInfoManagerInterface::getInfo() for documentation of the standard properties of all elements, and the return value format. Overrides Table::getInfo File core/modules/field_ui/src/Element/FieldUiTable.php, line 19 Class FieldUiTable Provides a field_ui table element. Namespace Drupal\field_ui\Element Code public function getIn