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

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

locale_translation_build_projects

locale_translation_build_projects() Builds list of projects and stores the result in the database. The project data is based on the project list supplied by the Update module. Only the properties required by Locale module is included and additional (custom) modules and translation server data is added. In case the Update module is disabled this function will return an empty array. Return value array Array of project data: "name": Project system name. "project_type": Project type, e.g. 'modul

hook_views_data

hook_views_data() Describe data tables and fields (or the equivalent) to Views. The table and fields are processed in Views using various plugins. See the Views plugins topic for more information. To provide views data for an entity, instead of implementing this hook, create a class implementing \Drupal\views\EntityViewsDataInterface and reference this in the "views" annotation in the entity class. The return value of the getViewsData() method on the interface is the same as this hook, and base

UpdateReady::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/update/src/Form/UpdateReady.php, line 31 Class UpdateReady Configure update settings for this site. Namespace Drupal\update\Form Code protected $moduleHandler;