TypedConfigInterface::getElements

public TypedConfigInterface::getElements() Gets an array of contained elements. Return value array Array of \Drupal\Core\TypedData\TypedDataInterface objects. File core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php, line 33 Class TypedConfigInterface Interface for a typed configuration object that contains multiple elements. Namespace Drupal\Core\Config\Schema Code public function getElements();

Url::toUriString

public Url::toUriString() Generates a URI string that represents the data in the Url object. The URI will typically have the scheme of route: even if the object was constructed using an entity: or internal: scheme. A internal: URI that does not match a Drupal route with be returned here with the base: scheme, and external URLs will be returned in their original form. Return value string A URI representation of the Url object data. File core/lib/Drupal/Core/Url.php, line 511 Class Url Defi

Archiver::$extensions

An array of valid extensions for this archiver. Type: array File core/lib/Drupal/Core/Archiver/Annotation/Archiver.php, line 53 Class Archiver Defines an archiver annotation object. Namespace Drupal\Core\Archiver\Annotation Code public $extensions;

StaticMenuLinkOverrides::reload

public StaticMenuLinkOverrides::reload() Reloads the overrides from config. Forces all overrides to be reloaded from config storage to compare the override value with the value submitted during test form submission. Overrides StaticMenuLinkOverridesInterface::reload File core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php, line 65 Class StaticMenuLinkOverrides Defines an implementation of the menu link override using a config file. Namespace Drupal\Core\Menu Code public function relo

ElementInfoManagerInterface::getInfo

public ElementInfoManagerInterface::getInfo($type) Retrieves the default properties for the defined element type. Each of the form element types defined by this hook is assumed to have a matching theme hook, which should be registered with hook_theme() as normal. For more information about custom element types see the explanation at https://www.drupal.org/node/169815. Parameters string $type: The machine name of an element type plugin. Return value array An associative array describing the el

NodeAccessControlHandlerInterface::countGrants

public NodeAccessControlHandlerInterface::countGrants() Counts available node grants. Return value int Returns the amount of node grants. File core/modules/node/src/NodeAccessControlHandlerInterface.php, line 68 Class NodeAccessControlHandlerInterface Node specific entity access control methods. Namespace Drupal\node Code public function countGrants();

TableMappingInterface::getAllColumns

public TableMappingInterface::getAllColumns($table_name) Gets a list of all database columns for a given table. Parameters string $table_name: The name of the table to return the columns for. Return value string[] An array of database column names for this table. Both field columns and extra columns are returned. File core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php, line 45 Class TableMappingInterface Provides a common interface for mapping field columns to SQL tables. Namesp

TableMappingInterface::getFieldNames

public TableMappingInterface::getFieldNames($table_name) Gets a list of names for entity fields stored in the specified table. The return list is contains the entity field names, not database field (i.e. column) names. To get the mapping of specific entity field to database columns use ::getColumnNames(). Parameters string $table_name: The name of the table to return the field names for. Return value string[] An array of field names for the given table. File core/lib/Drupal/Core/Entity/Sql/Ta

DraggableListBuilder::buildHeader

public DraggableListBuilder::buildHeader() Builds the header row for the entity listing. Return value array A render array structure of header strings. Overrides EntityListBuilder::buildHeader See also \Drupal\Core\Entity\EntityListBuilder::render() File core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php, line 59 Class DraggableListBuilder Defines a class to build a draggable listing of configuration entities. Namespace Drupal\Core\Config\Entity Code public function buildHea

UserInterface::getPassword

public UserInterface::getPassword() Returns the hashed password. Return value string The hashed password. File core/modules/user/src/UserInterface.php, line 60 Class UserInterface Provides an interface defining a user entity. Namespace Drupal\user Code public function getPassword();