Search for init
Title | Object type | File name | Summary |
---|---|---|---|
ContextualLinkManagerTest::testPluginDefinitionAlter | function | core/ |
Tests the plugins alter hook. |
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup | function | core/ |
Tests processDefinition() by passing a plugin definition without a group. |
ContextualLinkManagerTest::testProcessDefinitionWithoutRoute | function | core/ |
Tests processDefinition() by passing a plugin definition without a route. |
ControllerResolver::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
ControllerResolverInterface::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
ControllerResolverTest::providerTestGetControllerFromDefinition | function | core/ |
Provides test data for testGetControllerFromDefinition(). |
ControllerResolverTest::testGetControllerFromDefinition | function | core/ |
Tests getControllerFromDefinition(). |
ControllerResolverTest::testGetControllerFromDefinitionNotCallable | function | core/ |
Tests getControllerFromDefinition() without a callable. |
CookieResourceTestTrait::initAuthentication | function | core/ |
|
CounterTest::$definition | property | core/ |
The handler definition of the counter field. |
Current::init | function | core/ |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
D6NodeDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
D6TermNodeDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
D7NodeDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
D7TaxonomyTermDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the flood table. |
DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the {cache_*} bin tables. |
DatabaseCacheTagsChecksum::schemaDefinition | function | core/ |
Defines the schema for the {cachetags} table. |
DatabaseLockBackend::schemaDefinition | function | core/ |
|
DatabaseLockBackend::schemaDefinition | function | core/ |
Defines the schema for the semaphore table. |
DatabaseQueue::schemaDefinition | function | core/ |
Defines the schema for the queue table. |
DatabaseStorage::schemaDefinition | function | core/ |
Defines the schema for the configuration table. |
DataDefinition | class | core/ |
A typed data definition class for defining data based on defined data types. |
DataDefinition.php | file | core/ |
|
DataDefinition::$definition | property | core/ |
The array holding values for all definition keys. |
DataDefinition::addConstraint | function | core/ |
Adds a validation constraint. |
DataDefinition::create | function | core/ |
Creates a new data definition. |
DataDefinition::createFromDataType | function | core/ |
Creates a new data definition object. |
DataDefinition::getClass | function | core/ |
Returns the class used for creating the typed data object. |
DataDefinition::getConstraint | function | core/ |
Returns a validation constraint. |
DataDefinition::getConstraints | function | core/ |
Returns an array of validation constraints. |
DataDefinition::getDataType | function | core/ |
Returns the data type of the data. |
DataDefinition::getDescription | function | core/ |
Returns a human readable description. |
DataDefinition::getLabel | function | core/ |
Returns a human readable label. |
DataDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
DataDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
DataDefinition::isComputed | function | core/ |
Determines whether the data value is computed. |
DataDefinition::isInternal | function | core/ |
Determines whether the data value is internal. |
DataDefinition::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
DataDefinition::isReadOnly | function | core/ |
Determines whether the data is read-only. |
DataDefinition::isRequired | function | core/ |
Determines whether a data value is required. |
DataDefinition::offsetExists | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::offsetGet | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::offsetSet | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::offsetUnset | function | core/ |
This is for BC support only. @todo: Remove in https://www.drupal.org/node/1928868. |
DataDefinition::setClass | function | core/ |
Sets the class used for creating the typed data object. |
DataDefinition::setComputed | function | core/ |
Sets whether the data is computed. |
DataDefinition::setConstraints | function | core/ |
Sets an array of validation constraints. |
DataDefinition::setDataType | function | core/ |
Sets the data type. |
DataDefinition::setDescription | function | core/ |
Sets the human-readable description. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.