FileDriver::getElement |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Get the element of schema meta data for the class from the mapping file.
This will lazily load the mapping file if it is not loaded yet |
ElementsTableSelectTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the tableselect form element for expected behavior. |
ArrayElement::$elements |
property |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Parsed elements. |
ArrayElement::offsetGet |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetGet(). |
ArrayElement::offsetSet |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetSet(). |
FileWidget::formElement |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
_book_add_form_elements |
function |
drupal/core/modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
simple_xml_element.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/simple_xml_element.test |
|
DefaultParser::$element |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php |
The element that is being processed. |
Rss::getChannelElements |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php |
Return an array of additional XHTML elements to add to the channel. |
contextual_element_info |
function |
drupal/core/modules/contextual/contextual.module |
Implements hook_element_info(). |
LinkWidget::formElement |
function |
drupal/core/modules/link/lib/Drupal/link/Plugin/field/widget/LinkWidget.php |
Returns the form for a single field widget. |
ElementMetadataTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|
ajax_pre_render_element |
function |
drupal/core/includes/ajax.inc |
Adds Ajax information about an element to communicate with JavaScript. |
hook_element_info_alter |
function |
drupal/core/modules/system/system.api.php |
Alter the element type information returned from modules. |
StyleTestBase::$elements |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTestBase.php |
Stores the SimpleXML representation of the output. |
ViewElementTest::$render |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php |
The raw render data array to use in tests. |
ArrayElement::getAllKeys |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Gets valid configuration data keys. |
ViewElementTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php |
|
ViewExecutable::$element |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
A render array container to store render related information. |
ImageWidget::formElement |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php |
Overrides \Drupal\file\Plugin\field\widget\FileWidget::formElement(). |
theme_form_element_label |
function |
drupal/core/includes/form.inc |
Returns HTML for a form element label and required marker. |
ViewsTestDataElementForm |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php |
Simple form page callback to test the view element. |
OnOffWidget::formElement |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OnOffWidget.php |
Returns the form for a single field widget. |
SimpleXMLElement::phpize |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php |
Converts an xml value to a php type. |
ElementsVerticalTabsTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Test the vertical_tabs form element for expected behavior. |
WidgetBase::errorElement |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement(). |
ElementMetadata::__sleep |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Returns the names of the properties that should be serialized. |
ElementMetadata::__clone |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Clones this object. |
ElementTest::testOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php |
Tests expansion of #options for #type checkboxes and radios. |
HiddenWidget::formElement |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/field/widget/HiddenWidget.php |
Returns the form for a single field widget. |
ArrayElement::getElements |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Gets an array of contained elements. |
Collection::removeElement |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Removes the specified element from the collection, if it is found. |
ArrayElement::offsetUnset |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetUnset(). |
NumberWidget::formElement |
function |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
LanguageSelectElementTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Functional tests for the language select form element. |
ArrayElement::getIterator |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements IteratorAggregate::getIterator(); |
TypedConfigElementFactory |
class |
drupal/core/lib/Drupal/Core/Config/TypedConfigElementFactory.php |
A factory for typed config element objects. |
TriggeringElementTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/TriggeringElementTest.php |
Definition of Drupal\system\Tests\Form\TriggeringElementTest. |
DefaultParser::elementEnd |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php |
XML parser callback: Perform an action when a closing tag is encountered. |
ElementValidationTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/ElementValidationTest.php |
Definition of Drupal\system\Tests\Ajax\ElementValidationTest. |
SelectWidget::formElement |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/SelectWidget.php |
Returns the form for a single field widget. |
ArrayElement::offsetExists |
function |
drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php |
Implements ArrayAccess::offsetExists(). |
NumberWidget::errorElement |
function |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/widget/NumberWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement(). |
FileManagedFileElementTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php |
Tests the 'managed_file' element type. |
ViewExecutable::setElement |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets the build array used by the view. |
DefaultParser::elementData |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/parser/DefaultParser.php |
XML parser callback: Perform an action when data is encountered. |
path_form_element_validate |
function |
drupal/core/modules/path/path.module |
Form element validation handler for URL alias form element. |
ButtonsWidget::formElement |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/ButtonsWidget.php |
Returns the form for a single field widget. |
ElementMetadataTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ElementMetadataTest.php |
|